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
[package]
name = "inline-postgres"
version = "0.1.0"
edition = "2021"
description = "tiny and opinionated postgres SQL library"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
inline-postgres-impl = "0.1.0"
inline-postgres-macros = "0.1.0"

[dev-dependencies]
tokio = { version = "1", features = ["full"] }