mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-17 20:24:21 +01:00
Sqlite - add sqlc and migration (#217)
This commit is contained in:
@@ -96,7 +96,7 @@ func TestService(t *testing.T) {
|
||||
EventStoreType: "badger",
|
||||
DataStoreType: "sqlite",
|
||||
EventStoreConfig: []interface{}{"", nil},
|
||||
DataStoreConfig: []interface{}{dbDir},
|
||||
DataStoreConfig: []interface{}{dbDir, "file://sqlite/migration"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user