tursodatabase / pg_turso

Postgres output plugin for replicating data to Turso.
MIT License
71 stars 3 forks source link

Add a stub for user-defined functions #8

Closed psarna closed 1 year ago

psarna commented 1 year ago

The function doesn't do much now, but it can be successfully instantiated from postgres. Bonus - it's in the same shared library as the logical replication plugin, so we only need to add the Postgres boilerplate once. If it ever proves to be problematic, we can just move it to a separate shared lib.