electric-sql / electric

Local-first sync layer for web and mobile apps. Build reactive, realtime, local-first apps directly on Postgres.
https://electric-sql.com
Apache License 2.0
5.37k stars 124 forks source link

feat (client): make converter API public #1397

Open kevin-dp opened 1 week ago

kevin-dp commented 1 week ago

This PR extends the converter API with encodeRow(s)/decodeRow(s) methods and exports the API. This API is a nice to have when dealing with raw queries and having to correctly serialise/deserialise rows to/from the database.

linear[bot] commented 1 week ago

VAX-1965 Expose converter API for raw writes