Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdeng/go-sqlcipher
SQL cipher go binding
https://github.com/jdeng/go-sqlcipher
Last synced: 12 days ago
JSON representation
SQL cipher go binding
- Host: GitHub
- URL: https://github.com/jdeng/go-sqlcipher
- Owner: jdeng
- License: apache-2.0
- Created: 2018-03-18T02:09:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T20:49:24.000Z (over 2 years ago)
- Last Synced: 2024-12-18T22:02:11.993Z (28 days ago)
- Language: C
- Size: 1.3 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-sqlcipher
SQL cipher go binding (see sqlite3.c for version information)```*.go``` are from https://github.com/mutecomm/go-sqlcipher
```sqlite3.c``` is a legacy version which can work with WeChat android version.
See LICENSE.orig, README.orig for more information. Please note this packages depends on OpenSSL 1.0.x branch.
# Windows users
A few minor tweaks are needed: remove "-lcrypto" and add the include directories and macros in sqlite3_windows.go.
# Example
See ```cmd```.