Sqlite - add sqlc and migration (#217)

This commit is contained in:
Dusan Sekulic
2024-07-26 02:09:48 +02:00
committed by GitHub
parent 03cbb22a34
commit e45bff3c70
19 changed files with 1743 additions and 706 deletions

View File

@@ -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"},
},
},
}