inline-postgres 0.1.0

tiny and opinionated postgres SQL library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.inline-postgres-impl]
version = "0.1.0"

[dependencies.inline-postgres-macros]
version = "0.1.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1"

[package]
description = "tiny and opinionated postgres SQL library"
edition = "2021"
license = "MIT"
name = "inline-postgres"
version = "0.1.0"