Kestrel 97fa9e3fb3 Added nested schemata test. | 3 долоо хоног өмнө | |
---|---|---|
microrm | 3 долоо хоног өмнө | |
microrm-macros | 3 долоо хоног өмнө | |
.gitignore | 2 жил өмнө | |
.vimrc | 2 жил өмнө | |
CHANGELOG.md | 1 сар өмнө | |
Cargo.toml | 9 сар өмнө | |
README.md | 7 сар өмнө | |
rust-analyzer.json | 7 сар өмнө | |
rustfmt.toml | 7 сар өмнө |
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!