2019-11-18 12:03:31 +03:00
|
|
|
// Copyright (C) 2019 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
|
2016-02-28 11:53:54 +03:00
|
|
|
//
|
|
|
|
// Use of this source code is governed by an MIT-style
|
|
|
|
// license that can be found in the LICENSE file.
|
2018-05-27 01:05:45 +03:00
|
|
|
|
2018-05-24 12:55:02 +03:00
|
|
|
// +build sqlite_json sqlite_json1 json1
|
2016-02-28 11:53:54 +03:00
|
|
|
|
|
|
|
package sqlite3
|
|
|
|
|
|
|
|
/*
|
|
|
|
#cgo CFLAGS: -DSQLITE_ENABLE_JSON1
|
|
|
|
*/
|
|
|
|
import "C"
|