Allow multiple db connections in menuservice

This commit is contained in:
lash
2025-01-19 15:00:18 +00:00
parent c5bb1c80a5
commit 348fff8936
5 changed files with 261 additions and 88 deletions

View File

@@ -141,3 +141,7 @@ func(tdb *ThreadGdbmDb) Start(ctx context.Context) error {
func(tdb *ThreadGdbmDb) Stop(ctx context.Context) error {
return tdb.db.Stop(ctx)
}
func(tdb *ThreadGdbmDb) Connection() string {
return tdb.db.Connection()
}