rogerbinns / apsw

Another Python SQLite wrapper
https://rogerbinns.github.io/apsw/
Other
744 stars 97 forks source link

Example / doc for how to do custom pragma for a vfs #464

Closed rogerbinns closed 1 year ago

rogerbinns commented 1 year ago

Show how to do custom pragmas, via file control

rogerbinns commented 1 year ago

It is possible but awkward to do everything except provide a result string allocated by SQLite. The best path forward is to provide a helper.