pg-worm 0.6.2

An async, fully-typed and straightforward ORM for PostgreSQL databases
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.deadpool-postgres]
version = "0.10"

[dependencies.futures]
version = "0.3"

[dependencies.pg-worm-derive]
version = "0.6"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio-postgres]
version = "0.7"
[dev-dependencies.tokio]
features = ["full"]
version = "1"

[package]
authors = ["Einliterflasche <einliterflasche@pm.me>"]
categories = ["database", "asynchronous"]
description = "An async, fully-typed and straightforward ORM for PostgreSQL databases"
edition = "2021"
homepage = "https://github.com/Einliterflasche/pg-worm"
keywords = ["database", "postgresql", "postgres", "orm", "async"]
license = "MIT OR Apache-2.0"
name = "pg-worm"
readme = "README.md"
repository = "https://github.com/Einliterflasche/pg-worm"
resolver = "1"
version = "0.6.2"