Releasing a tiny ORM for CRUD operations.
ORM remains useful for simple CRUD operations. Thus I ended up creating “tiny ORM” a library in Rust to handle the simple boilerplate.
ORM remains useful for simple CRUD operations. Thus I ended up creating “tiny ORM” a library in Rust to handle the simple boilerplate.
Perspective on organizing a Rust codebase for CRUD operations without an ORM.