In the course they are mentioning to select a database. Which database are we selecting for this course.
Hey @ogrune ,
The Retool Fundamentals Course teaches you to use the Retool Database, a built-in PostgreSQL database with a spreadsheet-like interface for managing data. You’ll work with the fundamentals-sql app, featuring sample tables like sample_students
, sample_majors
, and sample_departments
, to learn data structuring and interaction. This database simplifies development by eliminating the need for external infrastructure, allowing you to build and deploy applications efficiently.