Kestrel 5b90239bec Moved migration behind feature gate, fixed tests. | 1 zi în urmă | |
---|---|---|
microrm | 1 zi în urmă | |
microrm-macros | 1 zi în urmă | |
.gitignore | 2 ani în urmă | |
.vimrc | 2 ani în urmă | |
CHANGELOG.md | 1 lună în urmă | |
Cargo.toml | 8 luni în urmă | |
README.md | 6 luni în urmă | |
rust-analyzer.json | 6 luni în urmă | |
rustfmt.toml | 6 luni în urmă |
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!