Cool, it is open for contributions and an e-commerce module will be great!
I started this project because I already work developing CMS using relational databases and there are some things that SQLs gives headaches, schema definition, migrations and denormalization for performance are those things.
So I started Quooka as an experiment to get rid of those limitations of SQL databases. Mongo was a natural choice because it was the only one I knew how to work and Flask because it already works well with mongo and mongoengine.
Comments
I am going to be looking into this. I am building an ecommerce platform in flask and I also started coding a small CMS to handle few things.
Let's see. The only thing I am not too sure about is your decision of tying it with a specific DB.
Cool, it is open for contributions and an e-commerce module will be great!
I started this project because I already work developing CMS using relational databases and there are some things that SQLs gives headaches, schema definition, migrations and denormalization for performance are those things.
So I started Quooka as an experiment to get rid of those limitations of SQL databases. Mongo was a natural choice because it was the only one I knew how to work and Flask because it already works well with mongo and mongoengine.