12/5/2024

7 Databases in 7 Weeks for 2025

7 databases to explore in 2025.

Matt Blewitt

database

11/30/2024

Evolving a NoSQL Database Schema - some words

In a NoSQL environment, Entity Manager organizes the physical distribution of data to support efficient query operations.

Jason Williscroft

database

11/15/2024

SQL style guide by Simon Holywell

A consistent code style guide for SQL to ensure legible and maintainable projects

by Simon Holywell · @Treffynnon

database

8/25/2024

Six Degrees of Kevin Bacon - Postgres Style | Crunchy Data Blog

Paul Ramsey has some great examples of Postgres network analysis and graph theory in this sample code for playing the Kevin Bacon game. Both pgRouting and recursive CTE are used to solve graphing relationships.

database