-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
port sqlcipher to go-sqlite3 #622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
_example/simple/simple.go
Outdated
@@ -3,7 +3,7 @@ package main | |||
import ( | |||
"database/sql" | |||
"fmt" | |||
_ "github.com/mattn/go-sqlite3" | |||
_ "github.com/CovenantSQL/go-sqlite3-encrypt" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not change.
README.md
Outdated
[](https://travis-ci.org/mattn/go-sqlite3) | ||
[](https://coveralls.io/r/mattn/go-sqlite3?branch=master) | ||
[](https://goreportcard.com/report/github.com/mattn/go-sqlite3) | ||
[](http://godoc.org/github.com/CovenantSQL/go-sqlite3-encrypt) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please do not change.
README.md
Outdated
@@ -46,14 +49,32 @@ Supported Golang version: | |||
|
|||
This package can be installed with the go get command: | |||
|
|||
go get github.com/mattn/go-sqlite3 | |||
go get github.com/CovenantSQL/go-sqlite3-encrypt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed that just in case you dont want to merge my pr.
so, any other modify I need to do?
You have better to work on $GOPATH/src/github.com/mattn/go-sqlite3 with branch not on $GOPATH/src/github.com/CovenantSQL/go-sqlite3-encrypt. |
@gjrtimmer How do you think this PR? |
FYI https://github.com/xeodou/go-sqlcipher is basically what is described in this PR (I can't speak for the code though, haven't read it) |
any progress ? |
you can just use my fork version. |
Looking into it |
Any updates? |
I have created the following PR to allow using SQLCipher with go-sqlite3, which I believe supersedes this one: #1109 |
hi mattn:
I ported sqlcipher to go-sqlite3 and just made it work, I knew that the PR is mess up, here are what i did:
I don't know weather you are willing to add this feature. if it is, I will do some clean up and make the PR decent. here is a list i am willing to do, and any advise is welcome :)