simple-db-mysql
v0.4.4
Published
A Simple™-conformant wrapper around mysql
Downloads
13
Readme
Simple Db, MySQL
A Simple™-conformant wrapper around the mysql2
library
NOTE: As of v0.5.0 this project is now mantained by Wymp and the
package is published on github. Please use @wymp/simple-db-mysql
for future versions of this
package. (This will require setting up an .npmrc
file at some level with the following line:
@wymp:registry=https://npm.pkg.github.com/wymp
.)
This package provides a light wrapper around mysql2 that enforces conformity
with the SimpleSqlDbInterface
defined in
ts-simple-interfaces
.
See that package for information about the interface.