PLpgSQL SQL

Open-source PLpgSQL projects categorized as SQL

Top 11 PLpgSQL SQL Projects

  • zombodb

    Making Postgres and Elasticsearch work together like it's 2023

  • Project mention: Introducing pgzx: create PostgreSQL extensions using Zig | news.ycombinator.com | 2024-03-21

    And lots of interesting extensions use it, like

    https://github.com/tembo-io/pgmq

    https://github.com/zombodb/zombodb

    https://github.com/supabase/pg_jsonschema

  • practical-sql

    Code and Data for the First Edition of "Practical SQL" by Anthony DeBarros, published by No Starch Press (2018).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • practical-sql-2

    Code and Data for the Second Edition of "Practical SQL" by Anthony DeBarros, published by No Starch Press (2022).

  • Project mention: Can't copy CSV file to table - Practical SQL 2nd Edition | /r/PostgreSQL | 2023-09-12
  • sqlite_fdw

    SQLite Foreign Data Wrapper for PostgreSQL

  • Project mention: Things that surprised me while running SQLite in production | news.ycombinator.com | 2023-07-03

    https://github.com/pgspider/sqlite_fdw

    Postgres has foreign data wrappers which can kinda achieve this(see also: https://github.com/pgspider/sqlite_fdw ), but ive been surprised by how well sqlite is already supported by many tools : sometimes it comes for free as its used in testing - hooking up stuff like litestream can work really wel l too

  • pg_net

    A PostgreSQL extension that enables asynchronous (non-blocking) HTTP/HTTPS requests with SQL

  • Project mention: PostgreSQL Is Enough | news.ycombinator.com | 2024-02-06
  • pgstac

    Schema, functions and a python library for storing and accessing STAC collections and items in PostgreSQL

  • pgddl

    DDL eXtractor functions for PostgreSQL (ddlx)

  • Project mention: Ask HN: It's 2023, how do you choose between MySQL and Postgres? | news.ycombinator.com | 2023-05-11
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • advent-of-code

    https://adventofcode.com/ (by xocolatl)

  • typeid-sql

    SQL implementation TypeIDs: type-safe, K-sortable, and globally unique identifiers inspired by Stripe IDs

  • Project mention: Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs | news.ycombinator.com | 2023-06-28

    The authors have created a specialisation for Postgres that leverages a custom type which is a tuple of type and uuidv7: https://github.com/jetpack-io/typeid-sql/blob/main/sql/typei...

    This is more optimal for Postgres while making it slightly more difficult to interop between the db and the language (db driver needs to handle custom types, and you need to inject a custom type converter).

    And while there are hacks you can do to make storing uuid-alikes as strings less terrible for db engines, if you want the best performance and smallest space consumption (compressed or not) make sure to use native ID types or convert to BINARY/numeric types.

  • employee-sample-database

    Employee Sample Database for MySQL and Postgres

  • helium-etl-queries

    A collection of SQL views used to enrich data produced by a Helium blockchain-etl

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

PLpgSQL SQL related posts

Index

What are some of the best open-source SQL projects in PLpgSQL? This list will help you:

Project Stars
1 zombodb 4,608
2 practical-sql 624
3 practical-sql-2 378
4 sqlite_fdw 192
5 pg_net 165
6 pgstac 123
7 pgddl 117
8 advent-of-code 87
9 typeid-sql 66
10 employee-sample-database 33
11 helium-etl-queries 15

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