Postgres Foreign Data Wrappers with Wasm

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rust

    Empowering everyone to build reliable and efficient software.

    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

    SaaSHub logo
  • wrappers

    Postgres Foreign Data Wrapper development framework in Rust.

    -- 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 '' );

  • postgres-wasm-fdw

    A WebAssembly foreign data wrapper example project

    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.

  • design

    WebAssembly Design Documents

    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 '' );

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Rust & MySQL: connect, execute SQL statements and stored procs using crate sqlx.

    3 projects | dev.to | 11 Sep 2023
  • Rust 1.71.0

    5 projects | news.ycombinator.com | 13 Jul 2023
  • Debugging and profiling embedded applications.

    8 projects | /r/rust | 30 Mar 2023
  • GitHub's User Content certificate has expired

    3 projects | news.ycombinator.com | 24 Mar 2023
  • Hey Rustaceans! Got a question? Ask here (10/2023)!

    6 projects | /r/rust | 6 Mar 2023

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?