1 Star 0 Fork 0

ggluck / go-sqlite3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sqlite3_other.go 376 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gert-Jan Timmer 提交于 2018-06-20 16:37 . fix/306
// 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
#cgo linux,ppc LDFLAGS: -lpthread
#cgo linux,ppc64 LDFLAGS: -lpthread
#cgo linux,ppc64le LDFLAGS: -lpthread
*/
import "C"
1
https://gitee.com/ggluck/go-sqlite3.git
git@gitee.com:ggluck/go-sqlite3.git
ggluck
go-sqlite3
go-sqlite3
master

搜索帮助