Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Top 4 Rust postgresql-extension Projects
-
I think maybe what you’re really looking for are the files here: https://github.com/pgcentralfoundation/pgrx/tree/c2eac033856...
Those are the internals we currently expose as unsafe “sys” bindings.
As we/contributors identify more that are desired we add them.
pgrx’ focus is on providing safe wrappers and general interfaces to the Postgres internals, which is the bulk of our work and is what will take many years.
As unsafe bindings go, we could just expose everything, and likely eventually will. There’s just some practical management concerns around doing that without a better namespace organization —- something we’ve been working.
The Postgres sources are not small. They are very complex, inconsistent in places, and often follow patterns that are specific to Postgres and not easy to generalize.
If you’ve never built an extension with pgrx, give it a shot one afternoon. It’s very exciting to see your own code running in your database.
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Project mention: Is anyone here interested in a general purpose guide on how to sync data between Supabase and outside resources? | /r/Supabase | 2023-05-08
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).
-
Project mention: Show HN: Ansilo is Postgres for building natural data APIs using SQL/MED | news.ycombinator.com | 2022-12-05
Rust postgresql-extension related posts
- Pgrx – Build Postgres Extensions with Rust
- PGRX v0.9.7
- Let's make PostgreSQL multi-threaded (pgsql-hackers)
- Build high-performance functions in Rust on Amazon RDS for PostgreSQL
- Is anyone here interested in a general purpose guide on how to sync data between Supabase and outside resources?
- Supabase Wrappers
- Hasura Remote Schema analogue in Supabase
-
A note from our sponsor - Onboard AI
getonboard.dev | 30 Nov 2023
Index
What are some of the best open-source postgresql-extension projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | pgrx | 2,884 |
2 | wasmer-postgres | 385 |
3 | wrappers | 343 |
4 | ansilo | 4 |