supabase / pg_replicate

Build Postgres replication apps in Rust
Apache License 2.0
596 stars 22 forks source link

Find a way to gracefully handle unsupported types #11

Open imor opened 6 months ago

imor commented 6 months ago

Currently unsupported types are copied as bytes in sinks. Handle this more robustly.