GRDB.swift/SQLiteCustom/GRDBCustomSQLite-USER.h.example
2016-10-08 19:34:24 +02:00

15 lines
297 B
Plaintext
Executable File

// DO NOT INCLUDE THIS FILE DIRECTLY
// INSTEAD, INCLUDE "GRDBCustomSQLite.h"
//
// INSERT ANY ADDITIONAL SQLITE DEFINES HERE:
//
// -----------------------------------------
// #define SQLITE_ENABLE_PREUPDATE_HOOK
// #define SQLITE_ENABLE_FTS5
// -----------------------------------------
//