-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Django ORM driver #158
Comments
hi @programmerq, we put this on our backlog, this may take some time, as this isn't our main focus atm. |
Few months ago, I started evaluating the complexity of such a task. The work of @mfelsche on the https://github.com/mfelsche/crate-django package is a good start. The Crate JOINs support should be sufficient to develop a complete enough Django database backend. I really want to spend a few days on it in the coming months. |
that's really cool! @benjaminrigaud - we'd be happy to sponsor you if that helps. [email protected] |
would like to use django and crate too, is this still in the pipeline I have never contributed to django would like to try to contribute to this issue |
Hi again, apologies for the super late reply. Regarding Django support, @mfelsche contributed a patch over here, but it never materialized up until now. Today, we received another request from the community about it. Thanks! With kind regards, /cc @surister, @simonprickett, @kneth |
I'm gonna try to do it on my free time, don't promise anything https://github.com/surister/cratedb-django/ |
Wow, thanks a stack. Is it possible to re-use code from GH-430? |
Inspiration yeah, direct code I don't think so, it's been quite a while. I'm looking at the official postgres and unnoficial cockroachdDB drivers for reference |
I would like to use crate with my Django projects.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: