SqliteSqlx4kDialect
A custom dialect for SQLite using the Sqlx4k library with SqlDelight. This class extends SqlDelightDialect and is implemented through the SqliteDialect() (SQLite 3.38). It provides specific configurations for the sqlx4k runtime.
Unlike the PostgreSQL and MySQL dialects, no custom type resolver is required: the SQLite type resolvers only produce SqlDelight's primitive types (Long, Double, String, ByteArray, Boolean), which are multiplatform-safe and map directly to the binder and cursor methods of the sqlx4k runtime.