sql_db_creator 0.1.7

Generate sql databases by only configure the data of the databases in json files. #sql #mysql #postgressql #database
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "sql_db_creator"
version = "0.1.7"
edition = "2021"
authors = ["Sokrates Bousios"]
description = "Generate sql databases by only configure the data of the databases in json files. \n #sql #mysql #postgressql #database"
license = "MIT"

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

[dependencies]
sqlx = { version = "0.6", git = "https://github.com/demurgos/sqlx.git", branch = "issue-1477", features = [ "postgres", "mysql", "migrate", "macros", "chrono", "runtime-async-std-rustls" ] }
actix-web = "4"
futures = "0.3"
serde_json = "1.0.91"