kiwicopple
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Multigres Supports Listen/Notify Across Pooled Connections (multigres.com)
- Are Memories Transferable – Or Edible? (quantamagazine.org)
- A 2.5x faster Postgres parser with Claude Code (multigres.com)
-
This is a small, framework-agnostic JavaScript/TypeScript client for the Apache Iceberg REST Catalog. It is good for managing the catalog (eg: managing tables), and it's MIT licensed. The goals: - Generic: Works with…
- Show HN: Apache Iceberg FDW for Postgres (fdw.dev)
This is a Postgres Foreign Data Wrapper for Postgres, which you can use to query Apache Iceberg. A FDW allows you to access and query data stored in external data sources as if they were native Postgres tables. It is…
- Open Data Standards: Postgres, OTel, and Iceberg (supabase.com)
- Generalized Consensus: Consistent Reads (multigres.com)
- Our Best Customers Are Now Robots (fly.io)
- Show HN: Pg_CRDT – CRDTs in Postgres Using Automerge (github.com)
- Postgres as a Graph Database: (Ab)Using PgRouting (supabase.com)
- Calendars in Postgres Using Foreign Data Wrappers (supabase.com)
- Running Durable Workflows in Postgres Using DBOS (supabase.com)
- TigerBeetle Test Simulator [video] (youtube.com)
- Postgres Foreign Data Wrappers with WASM (supabase.com)
- Postgres.new: In-browser Postgres with an AI interface (supabase.com)
hey HN, supabase ceo here This is a new service that we're experimenting with that uses PGLite[0], a WASM build of Postgres that runs in the browser. You might remember an earlier WASM build[1] that was around ~30MB.…
- AI Optimism vs. AI Arms Race (sequoiacap.com)
- Solving the Wraparound Freeze Problem in PostgreSQL (orioledb.com)
- How Pg_GraphQL Works (supabase.com)
- Show HN: PostgreSQL index advisor (github.com)
This is a Postgres extension that can determine if a query should have an index. For example, for this table: create table book( id int primary key, title text not null ); You can run `index_advisor()` to see if there…
- Distributed Queries for Pgvector (jkatz05.com)
- FoundationDB's lesson: A fast key-value store is not enough (voltactivedata.com)