postgres-named-parameters 0.1.0

A lightweight macro wrapper around the `postgres` crate which gives you the ergonomics of named parameters in your raw SQL queries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "postgres-named-parameters"
description = "A lightweight macro wrapper around the `postgres` crate which gives you the ergonomics of named parameters in your raw SQL queries"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
repository.workspace = true
homepage.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true

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

[dependencies]
postgres-named-parameters-derive = { version = "0.1.0", path = "../postgres-named-parameters-derive" }
postgres-from-row = "0.5.2"
postgres = "0.19.7"