2019-11-18 18:03:31 +09:00
|
|
|
// Copyright (C) 2019 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
|
2018-05-29 13:43:22 +02:00
|
|
|
// Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>.
|
|
|
|
|
2018-05-23 22:21:11 +02:00
|
|
|
// Use of this source code is governed by an MIT-style
|
|
|
|
// license that can be found in the LICENSE file.
|
2018-05-27 00:05:45 +02:00
|
|
|
|
2024-01-25 22:36:27 +09:00
|
|
|
//go:build sqlite_introspect
|
2018-05-24 11:53:45 +02:00
|
|
|
// +build sqlite_introspect
|
2018-05-23 22:21:11 +02:00
|
|
|
|
|
|
|
package sqlite3
|
|
|
|
|
|
|
|
/*
|
|
|
|
#cgo CFLAGS: -DSQLITE_INTROSPECTION_PRAGMAS
|
|
|
|
#cgo LDFLAGS: -lm
|
|
|
|
*/
|
|
|
|
import "C"
|