Skip to content

paddle_fdw_v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 14:14
· 210 commits to main since this release
44c30f4

New Feature: Paddle Foreign Data Wrapper

We're excited to introduce our new Paddle Foreign Data Wrapper, enabling seamless integration between your Postgres database and Paddle. Key features include:

  • Direct querying of Paddle data without data movement
  • Support both data read and write
  • Automatic query pushdown for improved performance
  • Wasm based foreign data wrapper

PR: add wasm fdw framework with snowflake and paddle fdw by @burmecia in #280