This commit is contained in:
2023-04-15 18:20:06 +07:00
parent 2ed6c81827
commit 4ba1f9aeac
4 changed files with 18 additions and 16 deletions

View File

@ -17,4 +17,5 @@ func SQLiteDBConnect() {
fmt.Println("[Database] Database successfully connected")
//If set true then print all executed queries to the console
db.LogMode(true)
}