Popular recipes by John Barham http://code.activestate.com/recipes/users/305009/2003-12-13T20:37:16-08:00ActiveState Code RecipesStoring binary data in SQLite (Python) 2003-12-13T20:37:16-08:00John Barhamhttp://code.activestate.com/recipes/users/305009/http://code.activestate.com/recipes/252531-storing-binary-data-in-sqlite/ <p style="color: grey"> Python recipe 252531 by <a href="/recipes/users/305009/">John Barham</a> (<a href="/recipes/tags/database/">database</a>). </p> <p>This script demonstrates how to store binary data (aka BLOB or BINARY fields) in SQLite using the PySQLite extension.</p>