/sqlprotector

Extension package for Golang's database/sql to support data at rest encryption

Primary LanguageGoISC LicenseISC

sqlprotector

GoDoc Go Report Card

A go package to add support for data at rest encryption to Golang's standard library database/sql.

Installation

In your Golang project, please run:

go get github.com/bartmika/sqlprotector

Documentation

All documentation can be found here.

Contributing

Found a bug? Want a feature to improve your developer experience? Please create an issue.

License

Made with ❤️ by Bartlomiej Mika.
The project is licensed under the ISC License.

Resource used: