materia
Materia is a file server.
Database migrations
# Initialize
alembic init -t async src/db/migrations
# Autogenerate new migration
alembic revision --autogenerate -m "Initial migration"
# Apply the migration
alembic upgrade head
# Rollback the migration
alembic downgrade head
License
materia is licensed under the MIT License.
Description
Languages
Python
62.6%
Vue
24.3%
TypeScript
8%
Nix
3%
CSS
0.9%
Other
1.2%