xeodou / go-sqlcipher

Golang SQLCipher driver conforming to the built-in database/sql interface and using the latest sqlite3 code.
MIT License
224 stars 52 forks source link

Upgrade SQLite and SQLCipher #11

Closed someblue closed 5 years ago

someblue commented 5 years ago

Hi, @xeodou , thanks for your awesome library!

A newer version of SQLite and SQLCipher has been released. Can you upgrade it to latest version? If not, how can I upgrade it?

xeodou commented 5 years ago

Sure @someblue I will plan some time to upgrade it.

someblue commented 5 years ago

Thanks! Have a nice Spring Festival!

someblue commented 5 years ago

Hello, @xeodou , any progress with the upgrade? When are planning to finish?

xeodou commented 5 years ago

Hi @someblue Sorry for the late. I just upgrade to the latest version of go-sqlite3 and sqlcipher. But be aware of the API change, pleae take a look at the simple infrusctuction to upgrade from old version https://github.com/xeodou/go-sqlcipher#upgrade

someblue commented 5 years ago

Thanks very much!!!