episko_lib

Crates.ioepisko_lib
lib.rsepisko_lib
version1.3.1
created_at2025-01-30 10:11:26.610314+00
updated_at2025-04-02 18:37:37.422792+00
descriptionLibrary for episko project
homepage
repositoryhttps://github.com/SoftwareEngineeringOne/episko
max_upload_size
id1536227
size155,825
Simon (DefinitelyNotSimon13)

documentation

README

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
Commit count: 231

cargo fmt