Uncodie
Technical DocumentationNo CodeTutorialsChangelogDisccord
No Code
No Code
  • 🏁Getting Stared
    • 🥳Introduction
      • What is Uncodie?
      • App
      • Figma No Code Plugin
        • How to associate your Figma token to Uncodie?
        • How to associate an Uncodie project to figma?
  • 📖Basic Concepts
    • 🧩Components
      • Screen Page
        • Screen Layout
        • Screen Content
      • Table View
        • Table View Header
        • Table View Row
        • Table View Cell
      • Form
        • Text Area
        • Selector
        • Input
        • Button
        • Output
      • HTML components
        • Headers
          • H1
          • H2
          • H3
          • H4
          • H5
        • Title
        • Parragraph
        • List
        • Iframe
        • Video
        • Audio
        • Link
        • Progress
        • Meta
        • Image
        • SVG
      • Advanced
        • Chart
          • Style Personalization
        • Repeat
        • Loading
    • 🎨Appearance
      • Visibility
      • CSS
      • Adaptative Design
      • Responsive Design
    • 🏗️Prototyping
      • Modals
      • Variants
      • Navigation
    • 🔤Variables
    • 💽Data Sources
      • Collections
      • Queries
      • Scripts
    • 🔍Data Binding
    • ⚡Actions
      • Scripts
      • Events
    • 🧑User Management
      • Privacy
    • 🍪SEO and Tracking
      • Capabilities
      • HTML Head Scripts
    • ☁️Publish and Deploy
      • Custom Domains
Powered by GitBook
On this page
  • Overview
  • Relational Data Bases
  • Set up
  • Use Cases
  • Creating a new collection
  • Adding a new variable to your collection
  • External Data Base

Was this helpful?

  1. Basic Concepts

Data Sources

External data bases and Managed Data Base

PreviousVariablesNextCollections

Last updated 1 year ago

Was this helpful?

Overview

Uncodie provides a fully managed database, you can also add your external data sources.

You can add any external relational database compatible with Hasura GraphQL technology for your project, by default, Uncodie will create a new database for your project and a private Hsarua Server to provide GraphQL access to your database.

Uncodie will also handle a set of basic commonly used collections that work well with most connectors and actions.

You can customize almost every aspect of your database in uncodie.

Relational Data Bases

Uncodie grants you a Postgres SQL database automatically with every project configured as a web application

Set up

  1. Create a project with "Web application" type enabled

  2. Navigate to the uncodie app

  3. Select your project

  4. Open the database manager section

  5. Select a collection and add some new fields

  6. Optionally create a new collection for your app

  7. Open your plugin in Figma to interact with your newly created fields or collection

Use Cases

Creating a new collection

  1. Navigate to your project in the APP

  2. Navigate to the DB section

  3. Click on Add New Collection

Adding a new variable to your collection

  1. Navigate to your project in the APP

  2. Navigate to the DB section

  3. Select your Collection

  4. Click on Add Variable

External Data Base

To add new database or databases for your project see:

📖
💽
External DB Setup
Logo