Comment on page
Databases
- ACID - (atomicity, consistency, isolation, durability) is a set of properties of database transactions intended to guarantee data validity despite errors, power failures, and other mishaps.
- PlanetScale – Database for Developers, (HN) - seems like a super cool piece of technology, will definitely keep an eye on it 👍
- MySQL compatible, serverless, encryption at rest and more
- pretty generous free tier
- branching - branch is created from the
main
database schema, allows changes and can be later merged intomain
- non-blocking schema changes - DB schema can be changed without downtime or locking
- Things You Should Know About Databases - The basic database concepts explained from indexes to ACID properties.
Last modified 8mo ago