monobot / asyncorm

Fully Async ORM inspired in django's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any plan for implementing support of Oracle like that realized in Django backends?

pikhovkin opened this issue · comments

Sorry but right now that is not in the near horizon, because asyncorm still needs a lot of work in its basic implementation.
But as stated in the docs its "easy" to develop database interfaces that can plug asyncOrm to other databases. Just find an Oracle python 3.5 library and feel free to do that.