<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: pysqlite</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/pysqlite.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2018-08-15T15:51:28+00:00</updated><author><name>Simon Willison</name></author><entry><title>Compiling SQLite for use with Python Applications</title><link href="https://simonwillison.net/2018/Aug/15/compiling-sqlite-use-python-applications/#atom-tag" rel="alternate"/><published>2018-08-15T15:51:28+00:00</published><updated>2018-08-15T15:51:28+00:00</updated><id>https://simonwillison.net/2018/Aug/15/compiling-sqlite-use-python-applications/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://charlesleifer.com/blog/compiling-sqlite-for-use-with-python-applications/"&gt;Compiling SQLite for use with Python Applications&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Charles Leifer’s recent tutorial on how to compile and build the latest SQLite (with window function support) for use from Python via his pysqlite3 library.

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="https://github.com/coleifer/pysqlite3/issues/2"&gt;Have this generate binary wheels with latest amalgamation and ship them to PyPI&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/pysqlite"&gt;pysqlite&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/sqlite"&gt;sqlite&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/charles-leifer"&gt;charles-leifer&lt;/a&gt;&lt;/p&gt;



</summary><category term="pysqlite"/><category term="python"/><category term="sqlite"/><category term="charles-leifer"/></entry><entry><title>coleifer/pysqlite3</title><link href="https://simonwillison.net/2018/Aug/15/pysqlite3/#atom-tag" rel="alternate"/><published>2018-08-15T15:15:34+00:00</published><updated>2018-08-15T15:15:34+00:00</updated><id>https://simonwillison.net/2018/Aug/15/pysqlite3/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/coleifer/pysqlite3"&gt;coleifer/pysqlite3&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Now that the pysqlite package is bundled as part of the Python standard library the original open source project is no longer actively maintained, and has not been upgraded for Python 3. Charles Leifer has been working on pysqlite3, a stand-alone package of the module. Crucially, this should enable compiling the latest version of SQLite (via the amalgamation package) without needing to upgrade the version that ships with the operating system.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/pysqlite"&gt;pysqlite&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/sqlite"&gt;sqlite&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/charles-leifer"&gt;charles-leifer&lt;/a&gt;&lt;/p&gt;



</summary><category term="pysqlite"/><category term="python"/><category term="sqlite"/><category term="charles-leifer"/></entry><entry><title>Installing PySQLite</title><link href="https://simonwillison.net/2003/Sep/5/installingPySQLite/#atom-tag" rel="alternate"/><published>2003-09-05T09:32:08+00:00</published><updated>2003-09-05T09:32:08+00:00</updated><id>https://simonwillison.net/2003/Sep/5/installingPySQLite/#atom-tag</id><summary type="html">
    &lt;p&gt;Techno Weenie has a &lt;a href="http://techno-weenie.com/archives/2003/09/04/003227.php" title="PySQLite loaded"&gt;detailed guide&lt;/a&gt; to setting up &lt;a href="http://pysqlite.sourceforge.net/"&gt;PySQLite&lt;/a&gt; on boxes you don't have root access to. &lt;a href="http://www.hwaci.com/sw/sqlite/"&gt;SQLite&lt;/a&gt; looks ideal for small to medium sized applications so I can see this being really useful should I ever write something that uses it.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/pysqlite"&gt;pysqlite&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/sqlite"&gt;sqlite&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="pysqlite"/><category term="python"/><category term="sqlite"/></entry></feed>