Skip to content

Commit 257a0b8

Browse files
committed
new testing and sqlite resources
1 parent 3427a16 commit 257a0b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ is also included with the standard library so that no further external
1414
dependencies are required to access a SQLite database from within Python
1515
applications.
1616

17-
<img src="/img/logos/sqlite.jpg" width="100%" alt="SQLite logo.">
17+
<img src="/img/logos/sqlite.jpg" class="shot" width="100%" alt="SQLite logo.">
1818

1919
<div class="well see-also">SQLite is an implementation of the <a href="/databases.html">relational database</a> concept. Learn more in the <a href="/data.html">data</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all topics.</div>
2020

@@ -141,3 +141,7 @@ you are having with SQLite rather than going through a general tutorial.
141141
locally testing a [Django](/django.html) application intended for
142142
[AWS Lambda](/aws-lambda.html).
143143

144+
* [SQLite Database Authorization and Access Control with Python](http://charlesleifer.com/blog/sqlite-database-authorization-and-access-control-with-python/)
145+
covers how to control access to the SQLite database connection and
146+
file even though SQLite normally allows unauthorized access by design.
147+

0 commit comments

Comments
 (0)