cleanup minor things

This commit is contained in:
2021-08-20 15:05:50 -05:00
parent 4b859492c1
commit 01d2afb3dd
9 changed files with 41 additions and 19 deletions

View File

@@ -1 +1,21 @@
# sqlx Test
# `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](https://github.com/brgirgis/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