Native Kdbc Data Source
DataSource implementation that uses the unified kdbc C library. Created indirectly through KdbcDataSource (the public factory).
This DataSource does NOT pool connections — each getConnection call opens a fresh native connection. Connection pooling is the responsibility of a higher layer (see stormify.coroutines which provides a proper suspend-aware pool).