No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    How to authenticate Quasar using SQL Server

    Framework
    2
    2
    299
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      ErikZorro last edited by

      I am learning to use this fabulous framework but my database server is SQL Server and I would like to have the record of the authentications of my application made in Quasar over DB SQL Server, I appreciate your collaboration

      1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel last edited by

        Quasar runs on the client side( e.g. chrome ). Most SQL server’s cannot directly be connected to from a web browser. You need a server( e.g. laravel, django, spring mvc) that will handle client connections and act as a bridge between client and database.

        client (quasar) <-> server ( e.g. laravel) <-> database (MySQL)

        1 Reply Last reply Reply Quote 0
        • First post
          Last post