Kestrel 9704e7f6d5 Correct microrm-macros dependency and bump version number again. | 1 月之前 | |
---|---|---|
microrm | 1 月之前 | |
microrm-macros | 1 月之前 | |
.gitignore | 2 年之前 | |
.vimrc | 2 年之前 | |
CHANGELOG.md | 1 月之前 | |
Cargo.toml | 8 月之前 | |
README.md | 6 月之前 | |
rust-analyzer.json | 6 月之前 | |
rustfmt.toml | 6 月之前 |
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!