gosquared / tql

Node.js module to create mock MySQL databases based on your schema and makes it easy to insert test data
MIT License
6 stars 1 forks source link

Support multiple databases with any-db? #1

Open grncdr opened 11 years ago

grncdr commented 11 years ago

Hey, just came across this and it looks like it could be useful. Because it looks like you're planning to support more databases than MySQL, I'll shamelessly suggest you check out my own library any-db which handles creating connections and query against MySQL, Postgres, and SQLite3 in a uniform way, which might save you some hassle.

TheDeveloper commented 11 years ago

Thanks for the note! Out of interest, how did you come across the module?

grncdr commented 11 years ago

I randomly browse the "sql" tag on npmjs.org from time to time :)