ts_sqlx 0.1.3

Typescript SQLx compile-time checked queries without a DSL.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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`