Inspecting the Usage Database
Explore how to inspect and populate the usages table in a database using SQL and SQLAlchemy ORM. Understand the data model setup in SQLite and PostgreSQL, and visualize database growth after inserting data. This lesson helps you manage backend data effectively for web applications.
We'll cover the following...
We'll cover the following...
Populating the usages table with data
Following are the commands necessary for putting the data in the usages table.
Note that in Mac and Linux FLASK_ENV is set ...