Introduction This post explores Prisma, an ORM, which stands for Object Relational Mapper. If you're not familiar with ORMs the idea is you can communicate with your database using JavaScript objects and function calls rather than having to write raw...
awaisdev.dev3 min read
Lars-Erik Roald
I am the maintainer of rdbjs.org - the ORM
Nice. Have you considered writing a post for RDB ORM ?github.com/alfateam/rdb
It supports nested updates with active record. Has a powerful syntax for relational filtering. Works over http in a safe manner. No code generation. Supports both typescript and pure javascript out-of-the-box.
I am the author.