Package orm2 :: Package adapters :: Package gadfly
[hide private]
[frames] | no frames]

Source Code for Package orm2.adapters.gadfly

 1  #!/usr/bin/env python 
 2  # -*- coding: iso-8859-1 -*- 
 3   
 4  """ 
 5  This datasouce module uses the Python-only, filesystem based SQL 
 6  backend called gadfly by Aaron Watters, currently maintained by 
 7  Richard Jones <richard@users.sf.net>. It is available at  U{http://gadfly.sourceforge.net} 
 8   
 9  This database adapter is fully useable with orm, though probably not 
10  very usefull except for testing purposes. 
11  """ 
12