Sequelize ORM
-
Has anyone ever managed or tried to use sequelize on some quasar project?
I’ve been trying for more than a week and I was not successful. -
Are you trying to use Sequelize on the frontend as in the browser?
-
Hi,
Quasar is a front-end framework. What you are looking for or rather where you should be looking is within the API or backend, which Quasar currently doesn’t have. There are two API wrappers in the works. One for a REST API based on FeathersJS and another for a GraphQL API based on Apollo. They should get you a lot closer to what you are looking for.
Scott