sqlx
sqlx copied to clipboard
Support SQLITE_LIMIT_* Run-Time Limit
Is your feature request related to a problem? Please describe. I try to change the Sqlite Run-Time Limit , but found no way to do it in sqlx.
Describe the solution you'd like
It should able to set in sqlite::SqliteConnectOptions
or other place like .limit(SQLITE_LIMIT_ATTACHED, 0)
Describe alternatives you've considered I don't think I can call sqlite3_limit() directly.
Additional context N/A