|
před 5 dny | |
---|---|---|
microrm | před 5 dny | |
microrm-macros | před 5 dny | |
.gitignore | před 6 dny | |
.vimrc | před 3 roky | |
CHANGELOG.md | před 11 měsíci | |
Cargo.toml | před 1 rokem | |
README.md | před 6 dny | |
rust-analyzer.json | před 1 rokem | |
rustfmt.toml | před 1 rokem |
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!