episko_lib 1.3.1

Library for episko project
Documentation

Sqlx

Sqlx migrations should be handled using the sqlx cli tool.

# Create database based on the $DATABASE_URL env variable
sqlx database create

# Run migrations in migrations/
sqlx migrate run