node-db
node-db copied to clipboard
Node-db common library
I read on your website support for other drivers such as MS SQL is coming soon... but the last post on your website is from 2011 and the last commit...
Found a small memory leak.
Hi, I see in the documentation that work on supporting other database drivers too apart from MySQL and Drizzle is coming soon. Do we have drivers for any other database...
I believe nodedb should support Buffer as a standard input type because they are the (only ?) "correct" way to handle binary in nodejs. I also believe undefined is quite...
Problem description: Create a database with a single binary column, put an image in it. Create a query for this cell, put the resulting buffer in a file and try...
Currently if you invoke `where` multiple times, it will create invalid SQL that has the keyword `WHERE` multiple times. Given the scenario where any parameter is optional, it is hard...
There is currently no support for `GROUP BY` similar to `select`, `where`,`order` etc. I currently need to use `q.add(' GROUP BY foo')`
I was wanting to extend the `Query` prototype to allow for some custom query chain helpers. I was really hoping to do this via JavaScript, as I'm not a C...