encoders

val encoders: <Error class: unknown class>

The ValueEncoderRegistry instance used for encoding values supplied to SQL statements in the SQLite class. This registry maps data types to their corresponding encoders, which convert values into a format suitable for inclusion in SQL queries.

This registry is utilized in methods like execute, fetchAll, and other database operation methods to ensure that parameters bound to SQL statements are correctly encoded before being executed.