9 releases (breaking)

0.8.2 Dec 29, 2023
0.8.1 Sep 11, 2023
0.7.1 Sep 8, 2023
0.6.0 Mar 15, 2023
0.2.0 Nov 1, 2022

#89 in #declarative

Download history 26/week @ 2023-12-25 1/week @ 2024-01-22 18/week @ 2024-02-12 15/week @ 2024-02-19 27/week @ 2024-02-26 175/week @ 2024-03-04 31/week @ 2024-03-11 23/week @ 2024-03-18 14/week @ 2024-03-25

244 downloads per month
Used in 3 crates (via rorm)

MIT license

45KB
1K SLoC

rorm

License Crates.io Docs Linux Build Windows Build Windows Build

rorm is an ORM (Object Relation Mapper) written in Rust.

The following databases are currently supported:

  • SQLite 3
  • MariaDB 10.5 - 10.9
  • Postgres 11 - 15

Documentation

Take a look at rorm-orm/docs or just use the deployed documentation: rorm.rs.

Contribution

Before contribution, see the development guidelines.

Contact

You want to discuss something? Get in touch with us in our Matrix room #rorm.


lib.rs:

This crate tries to follow the base layout proposed by a ferrous-systems.com blog post.

Dependencies

~1.5MB
~40K SLoC