Hi,
My recommendation is to check out libschevo. [1]
It is compatible with Durus and ZODB databases and support schema
migrations in Pure python.
cheers,
Etienne
1. https://www.isotopesoftware.ca/documentation/libschevo/
Le 2018-01-07 à 03:34, Jani Tiainen a écrit :
Hi,
You can use Mongo
Hi,
You can use MongoDB with Django just fine. Though, you won't get any ORM
integration.
If you're not bound to MongoDB yet personally I would suggest to take a
look at ArangoDB. It doesn't have ORM integration either but in my opinion
it's much better than MongoDB. It has many SQL-like features
Russ, you are right!
I have used Django MongoDB Engine. It works fine, but requires an older
version of Django and can't be updated. Some Django features (like
many-to-many, some admin features or strong ORM related) doesn't work fine
with MongoDB (and makes sense, it is NoSQL).
Today this is not
On Sat, Aug 31, 2013 at 6:22 PM, Timothy Makobu wrote:
> Hi,
>
> Is MongoDB support coming to standard Django?
>
There's nothing official being planned, and I'm not aware of any active
efforts to add the features to Django's core.
Christiano pointed you at some third-party projects that have at
It is not supported by default.
Check django-nonrel and django-mongodb-engine projects. I am not sure if
these projects are still available.
On 31 August 2013 05:22, Timothy Makobu wrote:
> Hi,
>
> Is MongoDB support coming to standard Django?
>
> regards,
> Tim
>
> --
> You received this mess
5 matches
Mail list logo