fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

nosh :fosstodon: (ʘ‿ʘ)

@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.