Build Postgres Database
Learn how to build Postgres tables.
We'll cover the following
Build the table
We also need to know how to build the Postgres table. First, we have to make sure it is installed, as described in Database Definition and Creation with SQLAlchemy. The Postgres connection string indicates our database will be called langman
in our configuration file. We need to create that database, as an empty database, before attempting to connect to it.
Get hands-on with 1200+ tech skills courses.