feat: add base database management

This commit is contained in:
Alexander Navarro 2025-05-07 14:36:26 -04:00
parent 1d5a517395
commit 1e3c235b78
11 changed files with 132 additions and 20 deletions

8
.idea/sqldialects.xml generated Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="SqlDialectMappings">
<file url="file://$PROJECT_DIR$/migrations" dialect="SQLite" />
<file url="file://$PROJECT_DIR$/migrations/002_statuses.sql" dialect="SQLite" />
<file url="PROJECT" dialect="SQLite" />
</component>
</project>