Tooling for Database Modeling
Learn how REPL and MVP help in database modeling.
We'll cover the following...
REPL in psql
The psql tool implements the SQL REPL for PostgreSQL and supports the whole set of SQL languages, including data definition language. It’s then possible to have immediate feedback on some design choices ...