mutecomm / go-sqlcipher

Self-contained Go sqlite3 driver with an AES-256 encrypted sqlite3 database
Other
159 stars 60 forks source link

Question: Do you have a plan to update codes from mattn/go-sqlite3? #8

Closed deepinstar closed 3 years ago

deepinstar commented 5 years ago

Do you have a plan to update codes from mattn/go-sqlite3?

I wanna use this method.

// from mattn/go-sqlite3
func (c *SQLiteConn) RegisterFunc(name string, impl interface{}, pure bool) error

https://github.com/mattn/go-sqlite3/blob/2a192bf7823799e082cfa3380aab9f02e4d312c0/sqlite3.go#L551

frankbraun commented 4 years ago

I just upgraded go-sqlcipher to the latest version of go-sqlite3 (see referenced commit). Could you try that?

frankbraun commented 3 years ago

This is part of go-sqlcipher now, closing the issue.