chore: Switch to glebarez/sqlite and add migration support

- Replace mattn/go-sqlite3 with glebarez/sqlite for better cross-platform compatibility
- Add gormigrate for database migration support
- Update go.mod and go.sum with new dependencies
- Modify database initialization to use the new SQLite driver
- Ignore compiled binary in .gitignore
This commit is contained in:
StarFleetCPTN
2025-03-08 12:41:53 -08:00
parent 2b2c305ccb
commit 248f9cce51
4 changed files with 39 additions and 9 deletions
+4 -1
View File
@@ -57,4 +57,7 @@ configs/
# Ignore Dirs
source/
destination/
archive/
archive/
# Ignore binaries
gomft