unidb_pgsql 0.2.1

SQL mapper for Posgres
Documentation
[package]

name = "unidb_pgsql"

version = "0.2.1"

authors = ["Jake <jakethecoder@outlook.com>"]

edition = "2018"

description = "SQL mapper for Posgres"

license = "MIT"



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



[dependencies]

unidb="^0.4.7"

#unidb = {path ="../unidb"}

r2d2="0.8.9"

r2d2_postgres="0.18.0"

postgres = {version = "0.19.1", features = ["with-serde_json-1","with-uuid-0_8", "with-time-0_2", "with-chrono-0_4"]}

log = "0.4"

log4rs="0.11.0"

lazy_static = "1.4.0"

walkdir="2.3.1"

parking_lot="0.10.2"

serde = { version = "1.0", features = ["derive"] }

serde_json = "1.0"