a297eb285fa8774dc06b55d7496f33d1107eaad6
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%