Kestrel de1d675e4e Merge branch 'v0.5' into v0.5.0-rc | 1 week geleden | |
---|---|---|
microrm | 1 week geleden | |
microrm-macros | 1 week geleden | |
.gitignore | 2 jaren geleden | |
.vimrc | 2 jaren geleden | |
CHANGELOG.md | 1 maand geleden | |
Cargo.toml | 9 maanden geleden | |
README.md | 7 maanden geleden | |
rust-analyzer.json | 7 maanden geleden | |
rustfmt.toml | 7 maanden geleden |
microrm is a simple object relational manager (ORM) for sqlite.
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 to provide better ergonomics, 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!