3/14/2025

SQL queries don't start with SELECT

SQL queries don't start with SELECT

Julia Evans

database

3/12/2025

The DuckDB Local UI – DuckDB

The DuckDB team and MotherDuck are excited to announce the release of a local UI for DuckDB shipped as part of the ui extension.

Jeff Raymakers and Gabor Szarnyas

database

8/25/2024

Postgres as a search engine

Build a retrieval system with semantic, full-text, and fuzzy search in Postgres to be used as a backbone in RAG pipelines.

postgres database

8/17/2024

Just use Postgres

by: Ethan McCue

postgres database

8/12/2024

4/4/2024

GitHub - sabledb-io/sabledb: Ultra fast, persistent database supporting Redis API

Ultra fast, persistent database supporting Valkey API - sabledb-io/sabledb

sabledb-io

database

2/6/2024

Postgres is Enough

Postgres is Enough . GitHub Gist: instantly share code, notes, and snippets.

cpursley

postgres database

12/18/2023

Providing HTML Content Using Htmx — PostgREST 12.0.0 documentation

author, Laurence Isla,. This how-to shows a way to return HTML content and use the htmx library to handle the AJAX requests. Htmx expects an HTML response and uses it to replace an element inside the DOM (see the htmx introduction in the docs). Preparatory Configuration: We will make a to-do app ...

postgres database

11/10/2023

Skip the API, Ship Your Database · The Fly Blog

The best code is the code unwritten. Avoid building a complex API layer by sharing your database between services.

api database

10/24/2023

Redis as a Database. I’ve been using Redis a lot in the past… | by Tzafrir Ben Ami | Wix Engineering | Medium

Redis as a Database I’ve been using Redis a lot in the past few years (and even wrote a post about misusing it), mostly as a cache layer between the App and its Database. For some period of time I …

Tzafrir Ben Ami

redis database

8/27/2023

How Modern SQL Databases Are Changing Web Development: Part 1 | by Yiming Cao | Aug, 2023 | Medium

An introduction to how modern SQL databases are adapting to fit into the serverless and edge computing world.

Yiming Cao

database

8/14/2023

How Supabase became this generation’s database - Basedash

Basedash is the AI-native Business Intelligence Platform. Generate beautiful charts and dashboards using natural language.

postgres database

8/12/2023

Securing your PostgreSQL DB with Roles & Privileges

Learnings from securing a PostgreSQL database used by multiple backends, services, and roles.

Romario López

postgres database

8/6/2023

Atlas | Open-source database schema management tool

Atlas is a language-agnostic tool for managing and migrating database schemas using modern DevOps principles. It enables developers to automate schema changes through both declarative (schema-as-code) and versioned migration workflows, supporting inputs like HCL, SQL, and ORM models. Key features include automatic migration planning, schema diffs, linting, testing, and CI/CD for databases to ensure a reliable and scalable approach to database schema changes.

database
Parametric SQL testing with pgTAP — find my way from toy examples to practical application | by Anastasia Lebedeva | Medium

GitHub Gist: instantly share code, notes, and snippets.

anastasia-lebedeva

postgres database

7/13/2023

Create an advanced search engine with PostgreSQL

PostgreSQL provides the necessary building blocks for you to combine and create your own search engine for full-text search. Let's see how far we can take it.

postgres database

3/5/2023

List of most used Key-Value stores and databases | The Mythical Engineer

Blog about Software Engineering

themythicalengineer

database

3/4/2023

GitHub - nalgeon/sqlean: The ultimate set of SQLite extensions

The ultimate set of SQLite extensions. Contribute to nalgeon/sqlean development by creating an account on GitHub.

nalgeon

database

3/2/2023

GitHub - centerofci/mathesar: Web application providing an intuitive user experience to databases.

An intuitive spreadsheet-like interface that lets users of all technical skill levels view, edit, query, and collaborate on Postgres data directly—100% open source and self hosted, with native Post...

mathesar-foundation

software database