A lightweight, type-safe SQLite ORM for Rust.
- No async runtime overhead for simple database operations
- No complicated migration systems to learn
- No excessive dependencies bloating your binary
- Database schema creation
- Database insert with builder pattern
- Database query, update and delete with builder pattern
Hell ORM is licensed under the MIT license.