mirror of
https://github.com/StarFleetCPTN/GoMFT.git
synced 2026-09-08 15:41:20 +02:00
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:
+4
-1
@@ -57,4 +57,7 @@ configs/
|
||||
# Ignore Dirs
|
||||
source/
|
||||
destination/
|
||||
archive/
|
||||
archive/
|
||||
|
||||
# Ignore binaries
|
||||
gomft
|
||||
Reference in New Issue
Block a user