[dependencies.easy-sqlx-core]
features = ["postgres", "chrono"]
version = "^0"
[dependencies.easy-sqlx-macro]
version = "^0"
[features]
chrono = []
default = ["postgres", "chrono"]
postgres = []
[lib]
name = "easy_sqlx"
path = "src/lib.rs"
[package]
authors = ["1701 <79628868@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["database"]
description = "The Rust Toolkit to easy use sqlx"
documentation = "https://gitee.com/knowgo/easy-sqlx"
edition = "2021"
homepage = "https://gitee.com/knowgo/easy-sqlx"
keywords = ["database", "orm", "sqlx", "easy-sqlx"]
license = "Apache-2.0"
name = "easy-sqlx"
readme = "README.md"
repository = "https://gitee.com/knowgo/easy-sqlx"
version = "0.1.1"