SQLObject Links
===============

If you have a link you'd like added to this page, please `submit a bug
report with the link and title
<http://sourceforge.net/tracker/?atid=540672&group_id=74338&func=browse>`_.

Open Source Projects
--------------------

* `sqlos Zope 3 SQLObject integration
  <http://codespeak.net/z3/sqlos/>`_.

* `Nabu <http://furius.ca/nabu/>`_, a publishing system.

* `Ultra Gleeper <http://www.crummy.com/software/UltraGleeper/>`_, a
  Recommendation Engine for Web Pages.

* `Teeny Tiny CMS <http://footils.org/cms/show/3>`_.

* `rdflib <http://rdflib.net/>`_ contains a `SQLObject backend
  <http://svn.rdflib.net/trunk/rdflib/backends/_sqlobject.py>`_.

* Enfold Systems' `EnTransit
  <http://www.enfoldsystems.com/About/Talks/entransit-tutorial.pdf>`_ 
  utilizes SQLObject and rdflib for storing transactional content 
  from Zope.

* `Bauble <http://bauble.belizebotanic.org/>`_, a Biodiversity
  Collection Manager.

* `Anemon <http://anemon.org/wikini/wakka.php?wiki=FirstPage>`_ DHCP
  server.

* `Guten <http://guten.sourceforge.net/>`_; an application for
  browsing, reading, and managing books from `Project Gutenberg
  <http://www.gutenberg.org/>`_.

Articles and Documentation
--------------------------

* `SQLObject and CherryPy
  <http://www.cherrypy.org/wiki/SQLObjectThreadPerConnection>`_.

* `SQLObject & Database Programming in Python
  <http://ianbicking.org/docs/sqlobject-presentation/sqlobject-and-database-programming.html>`_;
  slides from a presentation on SQLObject.

* `Connecting databases to Python with SQLObject
  <http://www-128.ibm.com/developerworks/library/os-pythonsqlo/index.html?ca=drs>`_;
  an article at DeveloperWorks.

* `Handling Form data with Formencode + SQLObject
  <http://www.groovie.org/articles/2005/08/24/handling-form-data-with-formencode-sqlobject>`_;
  a post by Ben Bangert about using SQLObject with `FormEncode
  <http://formencode.org>`_.
