我應該將哪些ORM用於Node.js和MySQL? [關閉] - Which ORM should I use for Node.js and MySQL? [closed]

問題:

I'm rewriting a project to use Node.js. 我正在重寫一個項目來使用Node.js. I'd like to keep using MySQL as the DB (even though I don't mind rewriting the schema). 我想繼續使用MySQL作爲數據庫(儘管我不介意重寫架構)。 I'm looking for a simple-to-use, reasonable-performance ORM, which supports caching, many-to-one and many-to-many relations. 我正在尋找一種簡單易用,性能合理的ORM,它支持緩存,多對一和多對多關係。 From the MySQL ORMs I could find, persistencejs and sequelize seem the most mature. 從我可以找到的MySQL ORM中, persistencejssequelize似乎是最成熟的。 Do you have experience with either? 你有經驗嗎? What are the relevant pros and cons I should be aware of in my decision? 在我的決定中我應該注意哪些相關的利弊?


解決方案:

參考一: https://en.stackoom.com/question/PCmn
參考二: https://stackoom.com/question/PCmn
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章