Connect to a database with Quasar
-
Hello,
I would like to connect to a MariaDB database and read the values from that database using Quasar. But I don’t see how to do this using Quasar at all. Can you help me if you liked it? -
@tini You must connect to the DB from a server side nodejs, php, python, etc script. Then have your Quasar app connect to that script to do basic CRUD operations.