dbapi
v0.2.1
Published
A simple, promise-based, common interface to various databases
Downloads
34
Readme
dbapi - A simple, promise-based, common interface to various databases
dbapi aims to make it much simpler to work with databases. It is inspired
heavily by the sqlite3
module's API. It directly supports queries constructed
with the sql
module.
Currently, the following databases are supported:
- SQLite (requires
sqlite3
) - MySQL/MariaDB (requires
mysql
)
See docs/api.md
for documentation.