Open forestbelton opened 7 years ago
As is you would need to provide your own alternative to JooqPersistModule
, specifically since that module binds JooqPersistService
in @Singleton
scope. After that AFAIK all of Guice's facilities to support you should be available (scoping, @Named
, multi-bindings, or whatever)
Is it possible to use this library with multiple databases at the same time?