Integrated custom magick-rust, added basic db usage

This commit is contained in:
2025-05-15 07:53:30 -05:00
parent 19cd656028
commit 06102b6ffa
8 changed files with 744 additions and 20 deletions

View File

@ -20,5 +20,7 @@ running
populate .env with necessary values. a template .env.example is given
create the database ``sqlx database create --database-url="sqlite:watcat.db"``
create the database ``sqlx database create``
(note: make sure you have sqlx installed first)
init the database ``sqlx migrate run``