Skip to content

proxin187/hell-orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A lightweight, type-safe SQLite ORM for Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages