sql_db_mapper 0.1.0

Maps a SQL database to rust structs and functions
Documentation
[[bin]]
name = "sql_db_mapper"
path = "src/bin/main.rs"
[dependencies.heck]
version = "0.3.2"

[dependencies.postgres]
features = ["with-chrono-0_4"]
version = "0.19.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.sql_db_mapper_core]
version = "0.1.0"

[dependencies.structopt]
version = "0.3"

[lib]
name = "sql_db_mapper"
path = "src/lib.rs"

[package]
authors = ["John Martin <johnmartin1225+rust@gmail.com>"]
categories = ["command-line-utilities", "database"]
description = "Maps a SQL database to rust structs and functions"
documentation = "https://docs.rs/sql_db_mapper/"
edition = "2018"
keywords = ["sql", "orm", "postgres"]
license = "MIT OR Apache-2.0"
name = "sql_db_mapper"
readme = "README.md"
repository = "https://github.com/JohnMartin95/sql_db_mapper"
version = "0.1.0"