node-persist icon indicating copy to clipboard operation
node-persist copied to clipboard

Node.js ORM framework supporting MySQL and SQLite 3 relational databases.

Results 39 node-persist issues
Sort by recently updated
recently updated
newest added

Can someone explain: - What does `err` in all the callbacks contain? Is this a string or an object? Is this driver-specific? Et cetera. - How can one handle connection...

i.e. having a User which has Items and each Item has ItemHistories and I want to pull back all users with their items and each item to include its ItemHistories

I looked over the example app and through the documentation, but couldn't find any reference to the LIKE operator. Is this included, in the works, or am I complete moron...

For example can't do User.whereIn("name", ["bob", "sally"]).all Have to do User.using(conn).whereIn("name", ["bob", "sally"]).all

Is that coming? Thanks!

Currently only one primary key is allowed.

Add support for blob data type

adding these events would allow better debugging and auditing support