Files
go-sqlcipher/README.md
T
2015-04-29 01:56:53 +02:00

879 B

go-sqlcipher

Description

Self-contained Go sqlite3 driver with an AES-256 encrypted sqlite3 database conforming to the built-in database/sql interface. It is based on:

SQLite itself is part of SQLCipher.

Installation

This package can be installed with the go get command:

go get github.com/mutecomm/go-sqlcipher

Documentation

API documentation can be found here: http://godoc.org/github.com/mutecomm/go-sqlcipher

Examples can be found under the ./_example directory

License

The code of the originating packages is covered by their respective licenses. See LICENSE file for details.