
implementation("app.softwork:postgres-native-sqldelight-driver:0.0.1")Facilitates interaction with PostgreSQL databases through a native driver utilizing libpq, supporting both SQLDelight integration and raw query execution. Features include local and remote listeners, lazy cursors via Flow, and bulk imports using the COPY method. Currently, it operates as a single-threaded wrapper over libpq with a single connection, lacking connection pooling or multithreading support.