# Example
ts-sqlx example
## Getting Started
- install [sqlx-cli](https://github.com/launchbadge/sqlx/tree/main/sqlx-cli)
- create database `docker compose up -d`
- create the database `sqlx database create`
- run migrations `sqlx migrate run`
- run ts-sqlx `ts-sqlx run` or `ts-sqlx watch`