Fast API Tutorial, Part 29: SQL Relational Databases

An API that doesn’t connect to a database is not terribly useful except in the simplest of applications (or one that calls out to a third party service). In this video I show you briefly how to hook into an SQL database. GitHub:
Back to Top