Python SQLite Basics



Python SQLite Basics

Python SQLite Basics

This video demonstrates the basics of using SQLite in Python with the sqlite3 library. I cover how to set up a connection to a database, creating tables, inserting rows, getting rows and commits/rollbacks.

🌎 Post with code and a written tutorial: https://nitratine.net/blog/post/python-sqlite3-basics/

🌎 SQLite Viewer: http://inloop.github.io/sqlite-viewer/

📺 Auto Py to Exe: https://youtu.be/OZSZHmWSOeM
📺 Convert PY to EXE: https://youtu.be/lOIJIk_maO4

🐍 In this video I use Python 3.5.
👍🏼 Feel free to comment with any issues.

Comments are closed.