govert / SQLiteForExcel

A lightweight wrapper to give access to the SQLite3 library from VBA.
MIT License
260 stars 82 forks source link

support for sqlite see (encryption)? #6

Closed r2evans closed 7 years ago

r2evans commented 7 years ago

Does this support accessing sqlite3 databases encrypted with the SQLite Encryption Extension (SEE)? (Because SEE adds more C functions to the interface, I'm guessing "no" or at least "not yet".)

(This could also be done using SQLCipher, I guess.)

govert commented 7 years ago

I haven't added anything specific to this, and don't have access to SEE myself. But following the existing API patterns should be straight forward. Maybe you'd like to try and then create a pull request?