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 or to check out possibilities and behaviors right from the console.

Get hands-on with 1200+ tech skills courses.