root/trunk/dejavu/storage/storefirebird.py
| Revision 411 (checked in by fumanchu, 6 years ago) | |
|---|---|
| |
| 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.
