0.2.1 • Published 8 years ago

dbapi v0.2.1

Weekly downloads
14
License
ISC
Repository
github
Last release
8 years ago

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.

0.2.1

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.0

9 years ago