I have several feature modules which use DB. But I...
# squarelibraries
e
I have several feature modules which use DB. But I don’t need any database reading/writing in the root app module. If I don’t have any
sq
files in that root module the main
Database
object is not generated and I can’t pass it to the child features. As a workaround I just added a simple select statement, but I don’t need it. Is it possible to make it work without this workaround?
h
Can you please create an issue with a reproducer? The db dependency management needs to be improved and this helps designing it.
e
Ok, I will try to do that! Thanks!