We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1859bc5 commit 7b01c68Copy full SHA for 7b01c68
content/pages/03-data/04-sqlite.markdown
@@ -67,6 +67,10 @@ tutorials will help you get started.
67
shows how to install SQLite, load data and work with the data stored in
68
a new SQLite database.
69
70
+* [Python SQLite3 Basics](http://nitratine.net/python-sqlite3-basics/) covers
71
+ how to connect to a SQLite database in Python, executing statements,
72
+ committing and retrieving saved values.
73
+
74
* [sqlite3 - embedded relational database](https://pymotw.com/3/sqlite3/) is an
75
extensive tutorial showing many of the common create, read, update and delete
76
operations a developer would want to do with SQLite.
0 commit comments