Opening a SQLite database in readonly mode

Roger Binns rogerb at rogerbinns.com
Tue Jul 7 02:16:10 EDT 2009


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Joshua Kugler wrote:
> BTW, APSW is written by the same author as pysqlite.

Not even remotely true :-)  pysqlite was written by various people, with
the maintainer of the last several years being Gerhard Häring.  I am the
(sole) author of APSW and have not contributed any code to pysqlite
although ideas have flowed freely between the projects and we share a
mailing list.

I started APSW in late 2004 because I wanted to use SQLite from Python
rather than using a layer that pretended SQLite was like other
databases.  There were various quirks of pysqlite I also didn't like
(many since corrected) and so scratched my itch.

If you are just doing simple queries then there isn't much apparent
difference.  If you want to be a "power user" of SQLite then APSW is for
you.  SQLite has many cool features such as virtual tables (you provide
the underlying data for the SQL queries to work on) and VFS (you provide
the file access).  See this link for more details:

  http://apsw.googlecode.com/svn/publish/pysqlite.html

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkpS6CUACgkQmOOfHg372QS0/gCgiHD9ukUlQYJGCIMWb9hNMLCM
Y/cAnid4dAeFHIdLBmKzGsXrvANkvhR5
=U0wg
-----END PGP SIGNATURE-----




More information about the Python-list mailing list