When interacting with Databases, modern JS frameworks have kind of made it standard to work with ORMs. ORMs like Knex.js, Lucid in AdonisJS. These ORMs are very helpful with schema type safety, migrations, clean code, abstractions. But are these abst...