2021-08-20 15:13:48 -05:00
2021-08-20 01:43:45 -05:00
2021-08-20 15:05:50 -05:00
2021-08-20 15:08:23 -05:00
2021-08-17 16:37:51 -05:00
2021-08-20 15:05:50 -05:00
2021-08-20 15:05:50 -05:00
2021-08-20 15:13:48 -05:00
2021-08-20 15:05:50 -05:00

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
No description provided
Readme 46 KiB
Languages
Rust 94.4%
TSQL 3%
Shell 1.4%
Makefile 0.8%
Dockerfile 0.4%