You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sqlite3_opt_secure_delete_fast.go 362B

123456789101112131415
  1. // Copyright (C) 2019 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
  2. // Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>.
  3. //
  4. // Use of this source code is governed by an MIT-style
  5. // license that can be found in the LICENSE file.
  6. // +build sqlite_secure_delete_fast
  7. package sqlite3
  8. /*
  9. #cgo CFLAGS: -DSQLITE_SECURE_DELETE=FAST
  10. #cgo LDFLAGS: -lm
  11. */
  12. import "C"