0.0.2 • Published 13 years ago

mysql-compat v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
13 years ago

mysql-compat - Compatibility layer for MySQL

This module simply takes some of the high-level functions from the pg module, (e.g. implicit connection pooling) and swaps out the underlying pg module with mysql. I needed this to make my project gesundheit (which you should totally check out if you like programmatic query building) have less ugly internals.

Install

npm install mysql-compat

License

BSD