|
|
|
|
|
by mannyv
650 days ago
|
|
It looks like this isn't really an ORM, it's more like a node-based layer to simplify DB access. Which I actually like more, because I want to understand the database, not abstract it away. But dealing with SQL is/can be awkward. This library means I don't have to dynamically build sql queries in code. Handy! |
|