QuickDEV
  • ▶️Quick start
    • 🔃Overview
    • 🔑Security
  • 🎭Users management
    • 👨‍👩‍👦‍👦Members and groups
    • 🔐Permission for resources
  • 🖥️Applications
    • ➕Create applications
      • ⤴️Create application/module
      • 🔲Module
      • ✅Version and Release Management
    • 🎨Application editor
      • 👁️‍🗨️Visual components
        • ⚙️Common component settings
        • ⬆️File upload
        • 📊Charts and graphs
        • 🌄Image
        • 📋Option lists
        • 📑List view
        • ⬜Drawer
        • 🗺️Google maps
        • 📩Messages / Toast
        • 📅Calendar
        • Custom component
      • #️⃣Use markdown
      • ⌨️Keyboard shortcuts
    • 🔗Navigation
    • ⏯️Actions editor
      • ⏱️Date handling
      • 🟰Data selection & JavaScript
      • ⚡Event handlers
      • 🔎JavaScript Query
      • ✖️Dynamic variable
      • 💱Transformers
      • 🧮Data responder
      • ↕️Built-in JS functions
      • 📚Third-party libraries
    • 🖌️Styling
      • 📝Themes
      • 🖍️Customize styles
  • 🚀Database & API
    • 🔎Queries
    • 🧰Query repository
    • 📡Datasources
      • 🌎API
        • 1️REST API
        • 2️GraphQL
        • 3️Google Sheets
      • 🟠SQL Databases
        • 1️Oracle
        • 2️Microsoft SQL Server
        • 3️MySQL
        • 4️PostgreSQL
        • 5️MariaDB
      • 🟡NoSQL Databases
        • 1️MongoDB
        • 2️CouchDB
        • 3️DynamoDB
      • 🔴REDIS
      • 🟢BigData & OLAP
        • 1️Big Query
        • 2️Snowflake
        • 3️ClickHouse
        • 4️Elasticsearch
      • 🌐WebSocket
  • 💻Integrations
    • 1️ANGULAR
    • 2️HTML Pages
Powered by GitBook
On this page
  • Connect to a new data source
  • Permissions
  1. Database & API

Datasources

PreviousQuery repositoryNextAPI

Last updated 1 year ago

A data source is where you manage credentials and establish connections to various popular databases or third-party APIs.

QuickDEV securely stores your credentials and refrains from retaining any data from your requests or responses. It solely functions as a proxy between the client side and your data sources.

Connect to a new data source

Follow the steps below:

  1. Click Data Sources on QuickDEV homepage.

  2. Click on "New data source" located in the upper right corner. Please note that this permission is restricted to workspace admins and developers.

  3. Select the database or API type you need to connect.

  4. Fill out data source connection fields.

  5. Click on "Test connection" to confirm if you can successfully establish a connection to the data source using the current settings.

  6. Click Save.

You also have the option to connect to a new data source while creating or editing queries in the query repository or query editor.

Permissions

Only workspace admins and developers are permitted to view the Data Sources page and create new data sources.

For each data source, both workspace admins and the creator have the ability to modify its Access Control settings. To do so, navigate to the QuickDEV homepage, then proceed to Data Sources. Click on the three dots (···) next to the desired data source, and select "Access Control."

🚀
📡
Change permissions for selected datasource