
implementation("io.github.myshkouski.sqldelight:postgres-native-sqldelight-driver:0.0.12")Facilitates interaction with PostgreSQL databases using SQLDelight, leveraging libpq for native access. Supports single-threaded operations without connection pooling or multithreading. Enables local and remote listeners via PostgreSQL's `NOTIFY` and `LISTEN` mechanisms. Allows raw queries and bulk imports using the `copy` method. Requires `libpq` installed and available in the system's `$PATH`.