Files
go-sqlcipher/README.md
T
2015-09-27 08:01:47 +02:00

1.1 KiB

go-sqlcipher GoDoc Build Status

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.