-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 APSW is a wrapper around SQLite that provides all SQLite API functionality in Python. It also has an interactive shell so you don't have to use Python. The home page is http://code.google.com/p/apsw/ which includes a changelog.
New in this release is the ability to also access CouchDB. This is implemented by providing a SQLite virtual table - a mechanism SQLite provides to let external code provide the contents of a table and actions upon it. http://couchdb.apache.org/ These are some example use cases: * Loading data (including CSV) into CouchDB or out of CouchDB * Copying data between SQL and CouchDB (bidirectional) * Being able to do joins between data in SQLite and CouchDB * Using other SQLite extensions such as the full text search engine and the multi-dimensional spatial engine (rtree) CouchDB specific information: http://apsw.googlecode.com/svn/publish/couchdb.html The interactive shell: http://apsw.googlecode.com/svn/publish/shell.html Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkr8/bEACgkQmOOfHg372QQXBgCeOIMXBVXTbYJuNfG+QqJMEu1E f50AoM0hRyuJ6yCaIfs8XKZDtFClq6Ey =7Ehv -----END PGP SIGNATURE----- _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users