You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="well see-also">SQLite is an implementation of the <ahref="/databases.html">relational database</a> concept. Learn more in the <ahref="/data.html">data</a> chapter or view the <ahref="/table-of-contents.html">table of contents</a> for all topics.</div>
20
20
@@ -141,3 +141,7 @@ you are having with SQLite rather than going through a general tutorial.
141
141
locally testing a [Django](/django.html) application intended for
142
142
[AWS Lambda](/aws-lambda.html).
143
143
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.
0 commit comments