8000 Release Add adapter kpostgres · VinGarcia/ksql · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add adapter kpostgres

Compare
Choose a tag to compare
@VinGarcia VinGarcia released this 22 Jan 13:49
· 25 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.

0