gremlin-orm 0.1.0

A lightweight, ORM for PostgreSQL, built on top of SQLx.
Documentation
[dependencies.futures]
version = "0.3.31"

[dependencies.gremlin-orm-macro]
version = "0.1.0"

[dependencies.sqlx]
features = ["postgres", "runtime-tokio"]
version = "0.8.6"

[dev-dependencies.assert2]
version = "0.3.16"

[dev-dependencies.tokio]
features = ["full"]
version = "1.46.1"

[lib]
name = "gremlin_orm"
path = "src/lib.rs"

[package]
authors = ["Nils de Groot <nils@peeko.nl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "A lightweight, ORM for PostgreSQL, built on top of SQLx."
edition = "2024"
homepage = "https://github.com/nils-degroot/gremlin-orm"
keywords = ["database"]
license-file = "LICENSE"
name = "gremlin-orm"
readme = "README.md"
repository = "https://github.com/nils-degroot/gremlin-orm"
resolver = "2"
version = "0.1.0"

[[test]]
name = "tests"
path = "tests/tests.rs"