aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sqlite3_opt_introspect.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/sqlite3_opt_introspect.go b/sqlite3_opt_introspect.go
new file mode 100644
index 0000000..5d692a7
--- /dev/null
+++ b/sqlite3_opt_introspect.go
@@ -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 introspect
+
+package sqlite3
+
+/*
+#cgo CFLAGS: -DSQLITE_INTROSPECTION_PRAGMAS
+#cgo LDFLAGS: -lm
+*/
+import "C"