Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

I think I've seen this ORM somewhere before...

root/trunk/dejavu/storage/storefirebird.py

Revision 411 (checked in by fumanchu, 6 years ago)

Updates in sync with geniusql 4.

  • Property svn:eol-style set to native
Line 
1 from geniusql.providers import firebird
2 from dejavu.storage import db
3
4
5 class StorageManagerFirebird(db.StorageManagerDB):
6     """StoreManager to save and retrieve Units via Firebird 1.5."""
7    
8     databaseclass = firebird.FirebirdDatabase
Note: See TracBrowser for help on using the browser.