Source: node-mysql Maintainer: Debian Javascript Maintainers Uploaders: Thorsten Alteholz Section: javascript Priority: optional Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), node-bignumber, node-readable-stream, dh-sequence-nodejs Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-mysql Vcs-Git: https://salsa.debian.org/js-team/node-mysql.git Homepage: https://github.com/felixge/node-mysql Rules-Requires-Root: no Package: node-mysql Architecture: all Depends: ${misc:Depends}, node-bignumber, node-readable-stream Provides: ${nodejs:Provides} Multi-Arch: foreign Description: MySQL client implementation for Node.js Implementation of the MySQL protocol for Node.js. . This MySQL module provides non-blocking I/O with MySQL databases. It is written in pure Javascript and there is no dependency on external C libraries such as libmysql.