Are you considering to add support for multiple sqlite files? For example in my app I use different files for the user's database and the "system" database (queues, session, cache).
My 2 cents is that all defined sqlite connections that have the ['optimize' => true] could be included in a loop.
Hey, great package!
Are you considering to add support for multiple sqlite files? For example in my app I use different files for the user's database and the "system" database (queues, session, cache).
My 2 cents is that all defined sqlite connections that have the
['optimize' => true]
could be included in a loop.If I make the changes, would you consider them?