我希望与我们的好客们一道,在安乐施会应用和编制方案方面 play。
我们想要包括用户标识,即认证。 将会持续的数据将包括饮料的对应物,与评论、书面审查、数字评级、类别等有关。
My main question is what sort of database to use for this type of application? I have experience with both SQL (MySQL and MSSQL) and MongoDB. I was leaning towards Mongo - flexibility from lack of structured columns is appealing to me, however I have never done user authentication before - storing passwords as hash etc. If Mongo is appropriate, can anyone point me in the correct direction? I have googled before and remember there are some libraries for this.