supabase / pg_replicate

Build Postgres replication apps in Rust
Apache License 2.0
559 stars 19 forks source link

Remove all `unwrap` and `expect` calls #19

Open imor opened 5 months ago

imor commented 5 months ago

We also need to do better error handling instead of every function returning anyhow::Error.