nhymxu / url-shortener-rust

Simple URL shortener writing using Rust
0 stars 0 forks source link

Replace `diesel` with `sqlx` #9

Open nhymxu opened 1 year ago

nhymxu commented 1 year ago

https://github.com/launchbadge/sqlx

I want lightweight, simple, clean repo. Not need ORM here

nhymxu commented 1 year ago
sqlx = {version = "0.7.2", features = ["postgres", "tls-rustls", "uuid", "migrate", "chrono", "runtime-tokio"]}