wrappers

Postgres Foreign Data Wrapper development framework in Rust. (by supabase)

Wrappers Alternatives

Similar projects and alternatives to wrappers

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better wrappers alternative or higher similarity.

wrappers discussion

Log in or Post with

wrappers reviews and mentions

Posts with mentions or reviews of wrappers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-08-28.
  • Postgres Foreign Data Wrappers with Wasm
    5 projects | dev.to | 28 Aug 2024
    -- 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 Foreign Data Wrappers with WASM
    1 project | news.ycombinator.com | 16 Aug 2024
    Hey HN, Supabase CEO here.

    This release makes it easy for anyone to create a Foreign Data Wrapper and share it with the community. Usually FDWs need to be "pre-installed" on Postgres which makes it harder for platforms like Supabase/RDS/Azure/etc

    Since the FDWs are written in WebAssembly, they can safely be installed from S3 or GitHub and they are sandboxed by our Wrappers framework, a Rust framework for developing Foreign Data Wrappers (https://fdw.dev)

    There are some trade-offs: the performance isn't as good as a "native" FDW. That said, we think the flexibility makes it worthwhile, and we'll improve the performance over time.

    The blog posts explains a lot of the technical details. You can find some docs to build your own Wasm Wrapper here:

    https://fdw.dev/guides/create-wasm-wrapper/

  • Should I Open Source my Company?
    5 projects | news.ycombinator.com | 22 Jan 2024
    I used one of their open source work in a project: https://github.com/supabase/wrappers

    It’s appreciated since SaaS on AWS is a no-no in my field.

  • SQL as API
    7 projects | news.ycombinator.com | 25 Dec 2023
    I’m currently playing with PostgreSQL, foreign data wrappers, and pgrx rust extensions. My development experience has been surprisingly smooth and enjoyable.

    My main issue is that joins will be processed locally, so all the foreign data will be fetched before the join happens. But otherwise basic CRUD is easy.

    https://wiki.postgresql.org/wiki/Foreign_data_wrappers

    https://github.com/pgcentralfoundation/pgrx

    https://github.com/supabase/wrappers

  • Is anyone here interested in a general purpose guide on how to sync data between Supabase and outside resources?
    1 project | /r/Supabase | 8 May 2023
    However, considering the emergence of Supabase wrappers, it might be more beneficial to develop a walkthrough focused on creating Rust-based wrappers. This way, the community can start building a variety of useful wrappers (really plugins).
  • Supabase Wrappers
    1 project | news.ycombinator.com | 1 May 2023
  • Hasura Remote Schema analogue in Supabase
    1 project | /r/Supabase | 25 Apr 2023
    We're experimenting with including tables connected to external data sources using Supabase Wrappers https://github.com/supabase/wrappers as a way to link external APIs into the GraphQL schema but that work is in an early stage. That approach would be limited to the Stripe, Firebase and S3 for now though
  • Is it possible to directly connect Supabase to a MySQL database?
    1 project | /r/Supabase | 13 Apr 2023
    This would be an ideal use case for a postgresql foreign data wrapper. See more here: https://github.com/supabase/wrappers/
  • Supabase Wrappers: A Framework for Postgres Foreign Data Wrappers
    1 project | news.ycombinator.com | 12 Jan 2023
  • Supabase Wrappers: A Framework for Building Postgres Foreign Data Wrappers
    14 projects | news.ycombinator.com | 15 Dec 2022
    > On a sidenote, is not the wrappers for Airtable, BigQuery and ClickHouse opensourced? Or why did they skip that column in the second table?

    All of the wrappers are open source. You can see the source for the Airtable, BigQuery, and ClickHouse wrappers here https://github.com/supabase/wrappers/tree/5fac8afb62e6e8362b...

    The `self-hosted` column is only missing from the "under development" wrappers in the blog post's table because those are not production ready and shouldn't be self hosted (yet).

  • A note from our sponsor - SaaSHub
    www.saashub.com | 6 Nov 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic wrappers repo stats
13
555
9.4
7 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

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