-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 APSW - Another Python SQLite Wrapper - lets you access all SQLite features from Python. The home page is http://code.google.com/p/apsw/
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. APSW also provides an interactive command line text based shell that you can provide SQL to, as well as extra commands to import CSV data etc. No Python required. 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 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 iEYEARECAAYFAkr8c2oACgkQmOOfHg372QTtUwCg0QCe+kBkioiYIlESeS7+K39X LA0AniCu2RAI+ZLj1sehH0nOLCTTEyZx =tiHE -----END PGP SIGNATURE-----
