Re: Support for No-SQL database in Django

2020-12-06 Thread Adam Johnson
Aaron Bassett is a DSF member and also works at MongoDB. I just listened to his recent Django Chat podcast episode ( https://djangochat.com/episodes/mongodb-aaron-bassett ) in which he said anyone interested in MongoDB support for Django should message him on twitter or email him. He wants to get a

Re: Support for No-SQL database in Django

2020-12-06 Thread Jacob Rief
> Do you need aggregations, database functions, joins with filtering on >> foreign keys, etc.? Then you should consider a relational database anyway. >> Or would you just like to define models and have the Django admin >> generate some nice editors for your non relational data-model? >> If the latt