emirozer/fake2db

Support different DB backends

jank opened this issue · 2 comments

jank commented

In the readme you write:

  • Add more DB types

have you thought about using SQLAlchemy? That would save you from adding more code just to support another DB.

Cheers,
Jan

Thanks Jan! Will look into it and comment back to this issue

I agree. Maybe you can use SQLALchemy to most of the already supported DBs. If you need some DB specific thing you can still write a code just to support it. Sorry for not contributing with code.