sqlink-derive 0.4.0

postgres builder derive to work with postgres
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "sqlink-derive"
version = "0.4.0"
authors = ["Liam <nghenglim@gmail.com>"]
edition = "2018"
description = "postgres builder derive to work with postgres"
license = "MIT/Apache-2.0"

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

[dependencies]
sqlink = { version = "0.4.0", path = "../sqlink" }