FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
go-sqlite3-encrypt/sqlite3_libsqlite3.go at develop · CovenantSQL/go-sqlite3-encrypt · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
CovenantSQL
/
go-sqlite3-encrypt
Public
forked from
mattn/go-sqlite3
Notifications
You must be signed in to change notification settings
Fork
8
Star
58
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
go-sqlite3-encrypt
/
sqlite3_libsqlite3.go
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (14 loc) · 411 Bytes
Breadcrumbs
go-sqlite3-encrypt
/
sqlite3_libsqlite3.go
Copy path
File metadata and controls
17 lines (14 loc) · 411 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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 libsqlite3
package
sqlite3
/*
#cgo CFLAGS: -DUSE_LIBSQLITE3
#cgo linux LDFLAGS: -lsqlite3
#cgo darwin LDFLAGS: -L/usr/local/opt/sqlite/lib -lsqlite3
#cgo openbsd LDFLAGS: -lsqlite3
#cgo solaris LDFLAGS: -lsqlite3
*/
import
"C"
Back
|
FazBrowse Home
|
New Git URL