ff2d7b6504cedf4ab8c03e4303e7fe61d9989deb
sqlx Test
This is a test program to try few things with the sqlx library.
The idea is to figure out everything needed to support
moving cqrs-es2 to use sqlx.
Build
To build the executable simply trigger Cargo
cargo build
Usage
To run the executable you will need to spin up the database stack:
docker-compose up -d
Wait for a few seconds for the stack to be ready and then you can run the executable:
cargo run
Description
Languages
Rust
94.4%
TSQL
3%
Shell
1.4%
Makefile
0.8%
Dockerfile
0.4%