| Crates.io | episko_lib |
| lib.rs | episko_lib |
| version | 1.3.1 |
| created_at | 2025-01-30 10:11:26.610314+00 |
| updated_at | 2025-04-02 18:37:37.422792+00 |
| description | Library for episko project |
| homepage | |
| repository | https://github.com/SoftwareEngineeringOne/episko |
| max_upload_size | |
| id | 1536227 |
| size | 155,825 |
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