Overview
GeekORM is a simple Object Relation Mapper for empowering your Rust development.
✨ Features
- Focus on simplicity
- Rely on Derive Macros to generate code for your structs
- Using
GeekTable
- Using
- Dynamically build queries
Select
,Create
,Update
, andInsert
queries
- Generate helper functions
- Select
select_by_primary_key()
&select_by_{field}()
- New instance
new
- Select
- Support for Backends
- Documentation
📦 Usage
You can install the library from crates.io:
Manual - GitHub
🧑🤝🧑 Maintainers / Contributors
🦸 Support
Please create GitHub Issues if there are bugs or feature requests.
This project uses Semantic Versioning (v2) and with major releases, breaking changes will occur.
📓 License
This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.