Georm, a simple, opinionated SQLx ORM for PostgreSQL https://crates.io/crates/georm
Go to file
2025-01-31 23:14:40 +01:00
docker initial commit 2025-01-26 15:18:31 +01:00
georm-macros test: added tests for M2M relationships, it works 2025-01-31 23:14:40 +01:00
migrations fix: simple ORM for one struct and foreign references work 2025-01-31 23:14:39 +01:00
src fix: simple ORM for one struct and foreign references work 2025-01-31 23:14:39 +01:00
tests test: added tests for M2M relationships, it works 2025-01-31 23:14:40 +01:00
.dir-locals.el initial commit 2025-01-26 15:18:31 +01:00
.env.example initial commit 2025-01-26 15:18:31 +01:00
.envrc initial commit 2025-01-26 15:18:31 +01:00
.gitignore initial commit 2025-01-26 15:18:31 +01:00
bacon.toml initial commit 2025-01-26 15:18:31 +01:00
Cargo.lock fix: simple ORM for one struct and foreign references work 2025-01-31 23:14:39 +01:00
Cargo.toml fix: simple ORM for one struct and foreign references work 2025-01-31 23:14:39 +01:00
CODE_OF_CONDUCT.md initial commit 2025-01-26 15:18:31 +01:00
CONTRIBUTING.md initial commit 2025-01-26 15:18:31 +01:00
deny.toml fix: simple ORM for one struct and foreign references work 2025-01-31 23:14:39 +01:00
flake.lock initial commit 2025-01-26 15:18:31 +01:00
flake.nix fix: simple ORM for one struct and foreign references work 2025-01-31 23:14:39 +01:00
justfile fix: simple ORM for one struct and foreign references work 2025-01-31 23:14:39 +01:00
LICENSE.gpl-3.0.md initial commit 2025-01-26 15:18:31 +01:00
LICENSE.MIT.md initial commit 2025-01-26 15:18:31 +01:00
README.md initial commit 2025-01-26 15:18:31 +01:00
rust-toolchain.toml initial commit 2025-01-26 15:18:31 +01:00

Georm, a simple, opiniated SQLx ORM for PostgreSQL