Print

Bite 16: Write to an SQLite database

In this Bite we are going to learn how to:

1. Create a table in SQL lite
2. Add, edit and delete rows to the database
3. Query the database

Practice the basics first

The python files will be available here when the video gets released on YouTube.

Bite 16: Add, edit and delete records on SQLite | Python mystery game

The challenge

Here you can try the code:

The solution

Coming soon.

Was this helpful?

Reader Interactions

Leave a Reply

Your email address will not be published. Required fields are marked *

Table of Contents