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.

Simple CRUD only using SQLx

Perspective on organizing a Rust codebase for CRUD operations without an ORM.