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.
The challenge
Here you can try the code:
The solution
Coming soon.
Was this helpful?
Reader Interactions