1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

WIP: SQLite support.

This commit is contained in:
Ferdinand Mütsch
2020-03-31 14:43:15 +02:00
parent 34037d2957
commit 1e5ec48748
4 changed files with 11 additions and 3 deletions

View File

@ -28,6 +28,7 @@ import (
_ "github.com/jinzhu/gorm/dialects/mysql"
_ "github.com/jinzhu/gorm/dialects/postgres"
_ "github.com/jinzhu/gorm/dialects/sqlite"
)
// TODO: Refactor entire project to be structured after business domains