Is it possible to implement Django-allauth using Apache Cassandra as default database
Explanation: I know Apache Cassandra is a NoSQL database and I have been figuring a way out to use this. However when I run sync-db
command, it doesn't create tables in the database. Django-allauth works fine in a RDBMS but not working in Cassandra.
Before anyone downvote this question, I want to tell that I have done proper research but I couldn't find a single post on the internet regarding this.
So if anyone can help, it would be highly appreciated. Also here is a link for this issue opened on GitHub by someone.