mysql-crud
mysql-crud copied to clipboard
Simple CRUD operations for felixge/node-mysql
I am no longer supporting this library. I am looking for maintainers.
How do you simulate a query like the following? If it's already there, please add that in the documentation. ``` sql select foo, bar, lorem, ipsum from stupid_table where some=condition...
Is there any possible option to order the results by a particular field?
Ran across a [blog post](https://coderwall.com/p/jj6fwa) that said prototyping is faster than returning an object. I doubt this will cause any performance increases and I also doubt the benchmark. However, I...