Can sqlite runtime limits be configured with the package?
Hello,
I was hoping to limit the number of attached databases by using the sqlite_limit command ([see link to SQLite docs](https://www.sqlite.org/c3ref/limit.html)) to set the value for `SQLITE_LIMIT_ATTACHED`.
Is this possible via this library?
issue