-
Wrappers is an open source project that simplifies the creation of Postgres Foreign Data Wrappers using Rust.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-- create Paddle foreign server create server paddle_server foreign data wrapper wasm_wrapper options ( -- check all available versions at -- https://fdw.dev/catalog/paddle/#available-versions fdw_package_url 'https://github.com/supabase/wrappers/releases/download/wasm_paddle_fdw_v0.1.1/paddle_fdw.wasm', fdw_package_name 'supabase:paddle-fdw', fdw_package_version '0.1.1', fdw_package_checksum 'c5ac70bb2eef33693787b7d4efce9a83cde8d4fa40889d2037403a51263ba657', -- save your Paddle credentials api_url 'https://sandbox-api.paddle.com', api_key '' );
-
A major benefit of Wasm FDW is that you can build your own FDW and use it on Supabase. To get started, clone the Postgres Wasm FDW [Template]. Building your own Wasm FDWs opens up a world of possibilities for integrating diverse data sources into Postgres.
-
WebAssembly (Wasm) is a binary instruction format that enables secure and high-performance execution of code on the web. It is originally designed for web browsers, but now can also be used in server-side environments like Postgres.
-
Puts Debuggerer
Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.
-- create Paddle foreign server create server paddle_server foreign data wrapper wasm_wrapper options ( -- check all available versions at -- https://fdw.dev/catalog/paddle/#available-versions fdw_package_url 'https://github.com/supabase/wrappers/releases/download/wasm_paddle_fdw_v0.1.1/paddle_fdw.wasm', fdw_package_name 'supabase:paddle-fdw', fdw_package_version '0.1.1', fdw_package_checksum 'c5ac70bb2eef33693787b7d4efce9a83cde8d4fa40889d2037403a51263ba657', -- save your Paddle credentials api_url 'https://sandbox-api.paddle.com', api_key '' );