gbs_db_connect 0.0.1

GBS DB Connect Crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "gbs_db_connect"
version = "0.0.1"
edition = "2021"
authors = ["Anandhu Remanan <anandhuor1997@gmail.com>"]
description = "GBS DB Connect Crate"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ananduremanan/input_simplified"

[dependencies]
axum = "0.7.5"
sqlx = {version = "0.7.4", features = ["postgres", "runtime-tokio", "tls-native-tls", "macros", "time"]}
serde = {version = "1.0.204", features = ["derive"]}
serde_json = "1.0.120"