easy-sql 0.100.1

Macro-first SQL toolkit with compile-time checked queries, optional migrations on top of sqlx.
Documentation
1
2
3
4
5
6
7
8
# PostgreSQL Test Database Configuration
# Copy this file to .env and fill in your actual values
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_USER=your_username
POSTGRES_PASSWORD=your_password
# Each database with this prefix will be recreated at the start of the tests
POSTGRES_TEST_DB_PREFIX=easy_sql_test