to use SQLalchemy with a certain backend, you have to answer these questions:
1. is it SQL ?
2. is there a python DBAPI available ?
yes to both, then a new dialect module can be constructed that interfaces
with this database. I'd advise looking into the 0.6 codebase for
examples.