This video demonstrates the basics of using SQLite in Python with the sqlite3 library. I cover how to setup 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/pythoโฆ โ
๐ SQLite Viewer: http://inloop.github.io/sqlite-viewer/ โ
Subscribe:https://www.youtube.com/channel/UCesEknt3SRX9R9W_f93Tb7g
#python #sql #database