RSQLite
RSQLite copied to clipboard
Avoid copies when reading/writing blobs
- [ ] For reading: Use streaming API
- [ ] For writing: Keep a local handle to the RAW object and use
SQLITE_STATICinstead ofSQLITE_TRANSIENT
Need to measure performance impact first.