Materia is a simple and fast cloud storage
L-Nafaryus
997f37d5ee
new: pdm package manager (python) new: workspace for three subprojects new: dream2nix module for packaging new: postgresql and redis images more: and more |
||
---|---|---|
materia-client | ||
materia-server | ||
materia-web-client | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
pdm.lock | ||
pyproject.toml | ||
README.md |
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.