5 ms·
In Node, I consistently reach for Knex, which is less of an ORM (like Bookshelf) and more like a query builder. This simplifies binding, mapping, and most quer
by ericclemmons 9y ago
In Node, I consistently reach for Knex, which is less of an ORM (like Bookshelf) and more like a query builder.
This simplifies binding, mapping, and most queries.
There have been rare situations to use ".raw", but the escape hatch id there.