Package Exports
- any-db
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (any-db) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Any-DB - a less-opinionated database abstraction layer.
This is the main entry point for Any-DB. Users of the library will
require('any-db') to make use of the API it exposes.
Installation
Do not install this library directly. Instead, install one or more of the
database adapters, which will pull in any-db as a peerDependency. For example:
npm install --save any-db-mysql
npm install --save-dev any-db-sqlite3License
MIT