Skip to content

Structure

SQLiteDialect

The SQLDialect defintions for SQLite.
struct SQLiteDialect

Overview

Note

There is only ever one SQLite library in use by SQLiteNIO in any given process (even if there are other versions of the library being used by other things). As such, there is no need for the dialect to concern itself with what version the connection using it “connected” to - it can always just look up the global “runtime version”.

Topics

Initializers

Instance Properties

Instance Methods

Relationships

Conforms To

  • SQLKit.SQLDialect
  • Swift.Sendable
  • Swift.SendableMetatype