Skip to content

Commit 7b01c68

Browse files
committed
new sqlite resource
1 parent 1859bc5 commit 7b01c68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/pages/03-data/04-sqlite.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ tutorials will help you get started.
6767
shows how to install SQLite, load data and work with the data stored in
6868
a new SQLite database.
6969

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+
7074
* [sqlite3 - embedded relational database](https://pymotw.com/3/sqlite3/) is an
7175
extensive tutorial showing many of the common create, read, update and delete
7276
operations a developer would want to do with SQLite.

0 commit comments

Comments
 (0)