Materia is a simple and fast cloud storage
Go to file
L-Nafaryus 997f37d5ee
new: reconstruct project
new: pdm package manager (python)
new: workspace for three subprojects
new: dream2nix module for packaging
new: postgresql and redis images
more: and more
2024-06-17 19:52:24 +05:00
materia-client new: reconstruct project 2024-06-17 19:52:24 +05:00
materia-server new: reconstruct project 2024-06-17 19:52:24 +05:00
materia-web-client new: reconstruct project 2024-06-17 19:52:24 +05:00
.gitignore new: reconstruct project 2024-06-17 19:52:24 +05:00
flake.lock new: reconstruct project 2024-06-17 19:52:24 +05:00
flake.nix new: reconstruct project 2024-06-17 19:52:24 +05:00
LICENSE base project setup 2024-05-07 16:49:30 +05:00
pdm.lock new: reconstruct project 2024-06-17 19:52:24 +05:00
pyproject.toml new: reconstruct project 2024-06-17 19:52:24 +05:00
README.md project config, db partially broken migrations, partially broken flake 2024-05-08 23:13:23 +05:00

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.