Skip to content

Commit

Permalink
chore: postgres is now default database
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmartt committed Sep 27, 2024
1 parent 8cf6e3f commit 7fed8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func main() {
log.Fatalf("ERROR ENV LOAD: %v", err)
}

dbConnectObject := database.SQLite{}
dbConnectObject := database.Postgres{}
getConn := dbConnectObject.GetConnection()

database.PingDB(getConn)
Expand Down

0 comments on commit 7fed8ca

Please sign in to comment.