1 Star 0 Fork 0

ggluck / go-sqlite3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sqlite3_opt_secure_delete.go 354 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gert-Jan Timmer 提交于 2018-05-29 13:41 . Add: PRAGMA secure_delete
// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
// Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// +build sqlite_secure_delete
package sqlite3
/*
#cgo CFLAGS: -DSQLITE_SECURE_DELETE=1
#cgo LDFLAGS: -lm
*/
import "C"
1
https://gitee.com/ggluck/go-sqlite3.git
git@gitee.com:ggluck/go-sqlite3.git
ggluck
go-sqlite3
go-sqlite3
master

搜索帮助