Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 413 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 413 Bytes

DAO service

WIP Discuss

Database prepare

$ export DATABASE_URL=postgres://postgres@localhost/my_database
$ cargo install sqlx-cli --no-default-features --features postgres
$ sqlx database create
$ sqlx migrate run

more details about sqlx

Running

$ cargo run