@fxjs/db-driver
v0.5.3
Published
[](https://www.npmjs.org/package/@fxjs/db-driver) [](https://travis-ci.org/fxjs-modules/db-driver) [;
// use mysql protocol
const driver = new DbDrivers("mysql://username:password@localhost/database");Test
To test, first make sure you have development dependencies installed. Go to the root folder and do:
npm installThen, just run the tests.
npm testIf you have a supported database server and want to test against it, first install the module:
And then run:
URI=mysql://username:password@localhost/database fibjs test/run-db