diff options
author | zberwaldt <17715430+zberwaldt@users.noreply.github.com> | 2024-03-21 11:25:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 11:25:44 -0400 |
commit | 7f9a8d74d7c0c66e7bf69892fbf893d45f1bfb82 (patch) | |
tree | 3e2355a4ec3d07df8337bcaf1ab9e500a1827b67 /api/internal/database/database.go | |
parent | 8cdb9b7f15afc69fe903f2be566bbc8f3605e53f (diff) | |
parent | e370616213d92b66685e0fdb0e76c97e08d0b1b6 (diff) |
Staging
Diffstat (limited to 'api/internal/database/database.go')
-rw-r--r-- | api/internal/database/database.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/internal/database/database.go b/api/internal/database/database.go index 1bfb789..8a54e4a 100644 --- a/api/internal/database/database.go +++ b/api/internal/database/database.go | |||
@@ -6,7 +6,7 @@ import ( | |||
6 | "path/filepath" | 6 | "path/filepath" |
7 | "water/api/internal/config" | 7 | "water/api/internal/config" |
8 | 8 | ||
9 | _ "github.com/mattn/go-sqlite3" | 9 | _ "github.com/glebarez/go-sqlite" |
10 | ) | 10 | ) |
11 | 11 | ||
12 | func EstablishDBConnection() (*sql.DB, error) { | 12 | func EstablishDBConnection() (*sql.DB, error) { |