1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

Add example for Mysql client library (MySql database driver) #622 (#623)

This commit is contained in:
Last Emperor
2023-07-17 19:31:58 +03:00
committed by GitHub
parent 7736cbb7f7
commit 8e736d9ea4
16 changed files with 948 additions and 0 deletions

View File

@ -0,0 +1,13 @@
[package]
name = "mysql"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.3.1"
serde = { version = "1.0.136", features = ["derive"] }
mysql = "24.0.0"
dotenv = "0.15.0"
chrono = "0.4.26"