SQLite3: Python and SQL
Everything we did in the last articles of the series SQL-Tutorial was a dry run because we just used SQLFiddle. So let’s start with a real database like SQLite. SQLite is a file based DBRMS and can be used for e.g. web sites. The official docs say: “SQLite works great as the database engine for…