nosh :fosstodon: · @nosherwan
401 followers · 2590 posts · Server fosstodon.org

@sirber sorry autocorrect screwed my comment.

I used to use orms but they caused more problems.

I was spending more time figuring out how to write a query in orm syntax where as I knew already how to do it in sql.

Query builders come to the rescue they are in between orms and plain typless sql in code.

They provide some type safety but you can use sql in your backend framework.

Knex.js is the one I use.




#knexjs #orm #sql #querybuilders

Last updated 2 years ago

nosh :fosstodon: · @nosherwan
311 followers · 1237 posts · Server fosstodon.org

@oscarmlage I am not a rust developer, but I have used orms in the past in .NET & node.js.
The conclusion was they create more challenges than solve problems.

Hence forth I moved to & I have been happier.


#querybuilders #orm #database

Last updated 2 years ago