1 Star 0 Fork 0

朱静峰 / go-sqlcipher

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sqlite3_other.go 267 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// +build !windows
package sqlite3
/*
#cgo CFLAGS: -I.
#cgo linux LDFLAGS: -ldl
*/
import "C"
Go
1
https://gitee.com/zhujingfeng/go-sqlcipher.git
git@gitee.com:zhujingfeng/go-sqlcipher.git
zhujingfeng
go-sqlcipher
go-sqlcipher
ff176eeb1f4f

搜索帮助