MySQL
PlanetScale is nice DB service based on MySQL & Vitess.
MySQL for Developers is great course.
Use it with Drizzle ORM.
Links
- MySync - MySQL high-availability and cluster configuration tool.
- Ask HN: Real-world anecdotes of MySQL at scale? (2022)
- How to install MySQL on macOS
- Working with JSON columns in MySQL
- Awesome MySQL
- msql-srv-rs - Bindings for writing a server that can act as MySQL/MariaDB.
- Implementing the MySQL server protocol for fun and profit (2022) (HN)
- Faster MySQL with HTTP/3 (2023) (HN)
- MySQL Server Exporter - Prometheus exporter for MySQL server metrics.
- MySQL Tester - Go implementation of MySQL Test Framework.
- MySQL for Developers, presented by PlanetScale
- FlexiRaft: Flexible Quorums with Raft (2023)
- Visual Query Designer for MySQL (Code)
- Scaling Etsy Payments with Vitess (2023)
- Vitess 16 (2023) (HN)
- Node MySQL 2 - MySQL client for Node with focus on performance.
- MySQL for Developers (HN)
- How to read MySQL EXPLAINs (2023) (HN)
- pg_chameleon - MySQL to PostgreSQL replica system written in Python.
- Ask HN: Is PostgreSQL better than MySQL? (2023)
- Why isn’t MySQL using my index? (2023) (Tweet)
- Building and deploying MySQL Raft at Meta (2023)
- Is 20M of rows still a valid soft limit of MySQL table in 2023? (HN)