Renamed files containing current features.
This commit is contained in:
Gert-Jan Timmer
2018-05-23 22:20:06 +02:00
parent a72efd674f
commit ba97a23a7f
6 changed files with 0 additions and 0 deletions

13
sqlite3_opt_fts5.go Normal file
View File

@@ -0,0 +1,13 @@
// 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 fts5
package sqlite3
/*
#cgo CFLAGS: -DSQLITE_ENABLE_FTS5
#cgo LDFLAGS: -lm
*/
import "C"