MasqueradeORM
Archiviert 3 days ago
M
MasqueradeORM
Verified
Hello
I just published an ORM for
• It allows the user to persist data by just using OOP JS/TS syntax, the SQL layer is completely hidden under the hood.• It creates the database schema in a deterministic manner• each table row has exactly one instance in memory, no duplication and memory hogging....and much more.
The project is written in JavaScript, with some incorporation of TypeScript for IntelliSense and class-table mapping.
I wanted to create an ORM that doesn't require a unique syntax. As a bonus, I think having a strict spec for class-to-table mapping is quite useful in many ways.
repo link: https://github.com/MasqueradeORM/MasqueradeORM
I would greatly appreciate any feedback or criticism, and I wish you all a great day!
I just published an ORM for
node.js that supports PostgreSQL and SQLite. MasqueradeORM is unique in multiple ways:• It allows the user to persist data by just using OOP JS/TS syntax, the SQL layer is completely hidden under the hood.• It creates the database schema in a deterministic manner• each table row has exactly one instance in memory, no duplication and memory hogging....and much more.
The project is written in JavaScript, with some incorporation of TypeScript for IntelliSense and class-table mapping.
I wanted to create an ORM that doesn't require a unique syntax. As a bonus, I think having a strict spec for class-to-table mapping is quite useful in many ways.
repo link: https://github.com/MasqueradeORM/MasqueradeORM
I would greatly appreciate any feedback or criticism, and I wish you all a great day!
