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

Norman Young wrote:
> Can this same interface be accessed in Python?

That API has to be wrapped.

> Can this be done from Python via the sqlite3 module? Can you point me to
> examples?

I have implemented it in APSW in the development code (ie not released
yet).  You can find the source on the python sqlite site
http://www.initd.org/tracker/pysqlite/wiki/APSW#Developmentversion

The api makes it look like a regular python style file object (ie with
read/write/close/seek/tell methods).  To open one there is a blobopen
method on connections which essentially takes the same parameters as the
C function http://sqlite.org/c3ref/blob_open.html

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHsWEUmOOfHg372QQRAgqkAJ4z1cQpbWVfDpQhx0fVmv/eZizD2ACfbBcY
P6ggdol0itPywxc7tciPbiU=
=6QUU
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to