Classes

The following classes are available globally.

  • An implementation of SwiftKuery.Connection protocol for SQLite. Please see SQLite manual for details.

    See more

    Declaration

    Swift

    public class SQLiteConnection: Connection
  • An implementation of query result fetcher.

    See more

    Declaration

    Swift

    public class SQLiteResultFetcher: ResultFetcher