|
5 zile în urmă | |
---|---|---|
microrm | 5 zile în urmă | |
microrm-macros | 5 zile în urmă | |
.gitignore | 6 zile în urmă | |
.vimrc | 3 ani în urmă | |
CHANGELOG.md | 11 luni în urmă | |
Cargo.toml | 1 an în urmă | |
README.md | 6 zile în urmă | |
rust-analyzer.json | 1 an în urmă | |
rustfmt.toml | 1 an în urmă |
microrm is a simple object relational manager (ORM) for sqlite that requires no external tooling, keeping all specifications in natural Rust types with no DSLs.
Unlike many fancier ORM systems, microrm is designed to be lightweight, both in terms of runtime overhead and developer LoC. By necessity, it sacrifices flexibility towards these goals, and so can be thought of as more opinionated than, say, SeaORM or Diesel. Major limitations of microrm are:
microrm pushes the Rust type system somewhat, so the MSRV is currently 1.75.
Don't be scared off by the web of traits in the schema
module --- you should
never need to interact with any of them!