Typealiases

The following typealiases are available globally.

  • A tracing function that takes an SQL string.

    Declaration

    Swift

    public typealias TraceFunction = (String) -> Void
  • A raw SQLite statement, suitable for the SQLite C API.

    Declaration

    Swift

    public typealias SQLiteStatement = OpaquePointer