Iron-E / winvoice-cli

Invoice from the command line!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass active connection to adapters

Iron-E opened this issue · comments

Currently, if I wanted to implement sqlx I would have to reconnect to the selected database every single time a function is run on an Adapter. This is obviously a problem.