Database access with Angular

后端 未结 3 1323
自闭症患者
自闭症患者 2021-02-10 05:23

Is it possible to access MySQL databases in Angular framework or would that be insecure like other Javascript and I will need to post to a PHP page to retrieve data/json

3条回答
  •  佛祖请我去吃肉
    2021-02-10 06:15

    I wouldnt recommend FireBird because it quickly builds up limitations, plus there are alot of drawbacks you cant really see, a good article that goes into detail about this is; Crisp.chat - Why you should never use firebird I would personally recommend using backend PHP to post and pull with to ensure database security and more backend complex logic you might need, Use MySQL for general use like blogs, users, etc but id personally suggest MongoDB for chat features but that is up to you.

提交回复
热议问题