3 releases (stable)
new 1.1.0 | Feb 15, 2025 |
---|---|
1.0.0 | Feb 5, 2025 |
0.0.1-dev |
|
#2591 in Database interfaces
545 downloads per month
Used in 2 crates
56KB
1K
SLoC
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
lib.rs
:
Episko Library
This library is part of the projekt Episko. It provides functionality and interfaces to create and manage metadata for projects.
Structure
The library is structured into the following modules:
- metadata
- files
- database
The metadata module is part of the core crate, while the files module is placed under the "files" feature flag, which is however enabled by default.
Disabling default features may lead to errors, as currently macros are used in the core crate that don't work without some of the features. This needs to be adressed at a later point in the project.
Detailed documentation can be found within each module.
Dependencies
~40–53MB
~1M SLoC