4 ms·
It's not a dichotomy between raw SQL and ORMs. Here's your query in knex, a query builder for JS: knex.insert({ bar: 'bar', baz: 'baz' }).into('foo')
by frankpf 7y ago
It's not a dichotomy between raw SQL and ORMs.
Here's your query in knex, a query builder for JS:
knex.insert({ bar: 'bar', baz: 'baz' }).into('foo')