This content originally appeared on DEV Community and was authored by Vishad Patel
In this article, weβll explain a very practical and beginner-friendly design pattern used in high-scale systems: splitting your database into read and write nodes, also known as Read/Write Splitting. Weβll understand why this is needed, and then implement it step by step using TypeORM and PostgreSQL.
This content originally appeared on DEV Community and was authored by Vishad Patel