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) to set the value for SQLITE_LIMIT_ATTACHED
.
Is this possible via this library?