We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc10430 commit b69fc03Copy full SHA for b69fc03
content/pages/09-data/08-peewee.markdown
@@ -70,9 +70,6 @@ answered on the
70
so as usual that can be a rich source of examples for your Peewee-powered
71
Python applications.
72
73
-* [Managing database connections with Peewee](http://charlesleifer.com/blog/managing-database-connections-with-peewee/)
74
- explains the connection pool and ExecutionContext of the ORM.
75
-
76
* [An encrypted command-line diary with Python](http://charlesleifer.com/blog/dear-diary-an-encrypted-command-line-diary-with-python/)
77
is an awesome walkthrough explaining how to use SQLite, SQLCipher and
78
Peewee to create an encrypted file with your contents, diary or otherwise.
0 commit comments