21 releases (6 breaking)

0.7.2 Dec 11, 2024
0.6.3 Dec 4, 2024
0.5.0 Nov 9, 2024
0.3.0 May 1, 2024
0.1.1 Nov 2, 2023

#860 in Database interfaces

Download history 1/week @ 2024-09-19 24/week @ 2024-09-26 4/week @ 2024-10-03 9/week @ 2024-10-10 2/week @ 2024-10-17 9/week @ 2024-10-31 111/week @ 2024-11-07 10/week @ 2024-11-14 4/week @ 2024-11-21 409/week @ 2024-11-28 570/week @ 2024-12-05 83/week @ 2024-12-12 1/week @ 2024-12-19

955 downloads per month
Used in 2 crates

MIT license

125KB
2K SLoC

Crash ORM

crates.io

A simple, typed ORM for Postgres.

The goal of this project is to provide an easy-to-use API to interact with your postgres database.

NOTE: This is a fairly young project, and it may experience breaking changes through MINOR versions. Patch versions will never break your code.

ALSO NOTE: I won't add any other database engine until version 1.0 or until I replace tokio_postgres with a different library.

Documentation

The Documentation is located at docs.rs.

Feel free to open an issue if you need more / better documentation of a part of this package.

Reporting Issues / Requesting features

Always feel free to open an issue when you encounter a bug or when you are missing a feature.

I will try to implement as many features as possible, especially considering the structure of this ORM.

Dependencies

~7–18MB
~256K SLoC