Open
Description
I am a bit puzzled by the following:
- As my app has returning users with account etc I suppose I do need a database for authorization rules etc.
- I really would prefer to use postgres (with sequelize) instead of mongodb. I saw some code examples in the docs for postgres & sequelize but it feels a bit like this is not really supported (yet) and I find it hard to judge whether I could get it up and running with these pointers. I guess my question boils down to: are these given examples enough to be up and running with postgres and sequelize, or are they just boilerplate examples on which more work is needed before you can use it?
Maybe you could also explain which features then would still be missing compared to the mongodb & mongoose solution.