Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 434 Bytes

File metadata and controls

19 lines (12 loc) · 434 Bytes

Hell ORM

A lightweight, type-safe SQLite ORM for Rust.

Why Hell ORM?

  • No async runtime overhead for simple database operations
  • No complicated migration systems to learn
  • No excessive dependencies bloating your binary

Roadmap

  • Database schema creation
  • Database insert with builder pattern
  • Database query, update and delete with builder pattern

License

Hell ORM is licensed under the MIT license.