electric-sql / electric

Sync little subsets of your Postgres data into local apps and services.
https://electric-sql.com
Apache License 2.0
6.2k stars 146 forks source link

fix(electric): Add python psycopg3 support #1375

Closed magnetised closed 3 months ago

magnetised commented 3 months ago

psycopg sends begin, commit and rollback statements using the extended, parse, bind, execute, protocol, which is... different