|
|
|
|
|
by hardwaresofton
1929 days ago
|
|
Have to say I'm pretty happy with TypeORM[0], this is going to have to be really good to pry that from my hands. Slonik does have a wonderfully smaller API surface and I sure do like writing SQL manually and getting to take advantage of various lower level benefits (ex. postgres JSON operations) without too much fuss/work arounds, but TypeORM also lets you drop to raw (but parametrized) SQL fairly quickly, and it's query builder is actually pretty good... [0]: https://typeorm.io/ |
|