rustorm_dao 0.1.2

Dao provides a flexible way to access data from the database
[package]
name = "rustorm_dao"
version = "0.1.2"
authors = [ "Jovansonlee Cesar <ivanceras@gmail.com>" ]
license = "MIT"
description = "Dao provides a flexible way to access data from the database"
repository = "https://github.com/ivanceras/rustorm"
documentation = "https://docs.rs/rustorm"
keywords = ["orm", "postgresql", "sqlite"]

[dependencies]
chrono = {version = "0.4.0", features = ["serde"]}
uuid = {version = "0.5.1", features = ["serde", "v4"]}
serde = "1.0.15"
serde_derive = "1.0.15"
serde_json = "1.0.3"
bigdecimal = {version = "0.0.10", features = ["serde"]}
geo = "0.4"
time = "0.1.14"