Skip to content

Add adapter kpostgres

Latest
Compare
Choose a tag to compare
@VinGarcia VinGarcia released this 22 Jan 13:49
· 3 commits to master since this release
6356f35

This is a minor release that adds a new adapter kpostgres, this adapter is only meant to be used if you are using a framework that forces you to connect to Postgres over a database/sql.DB instance.

More specifically this addition was made with help from @devalexandre for integrating KSQL with the encore framework.

In any case, if you have the choice you should always use kpgx over kpostgres since the former is much more efficient.