Rustorm

An ORM for rust
Design
Rustorm is design to get data from dynamic tables, i.e tables that are created at run-time.
Features
- Fluent high-level and low-level API
- Composable queries
- Automatic renames of conflicted colum names in the query.
- Easy to reason out generated SQL
Suppported database
- [X] Postgresql
- [X] Sqlite
- [ ] Mysql
Roadmap
For Updates
Follow me on twitter: @ivanceras
Related project