miniORM
reddit.com·15h·
Discuss: r/node
🔌API Design
Preview
Report Post

I’ve been learning Nodejs and created a project as a applying knowledge go to project, "miniORM"

Its just a project that im planing to apply it in my future upcoming nodeJs project.

MiniORM offer immutable builder state management for creating SQL queries in simple, readable and clean API. It still relatively small and personal project.

Its support ES6 modules, singletone database connection through mysql2 pool. MiniORM model instance establish a shared connection to reduce the usage of the resources and automatically shutdown when a process closes or terminate

It offers promise based API, the core miniORM is promised based like as it query builder are chainable, awaited to delivery the results.

done() method is used to terminate the built query, run it against the connected …

Similar Posts

Loading similar posts...