MikesLab Plugins
Identity
Identity
  • 🌟Identity Wiki
  • General
    • Installation
    • Commands
    • Placeholders
  • CONFIG
    • Introduction
    • Input GUI
    • Value GUI
    • Selector GUI
    • Main GUI
    • How to install your GUI configs
  • Element
    • Element
    • Conditions
    • Actions
  • RESOURCE
    • Colors
  • GUI
    • Layout
    • Page System
  • DATABASE
    • Setup your First Connection
      • MongoDB
      • SQL
      • JSON
Powered by GitBook
On this page
  1. DATABASE

Setup your First Connection

PreviousPage SystemNextMongoDB

Last updated 10 months ago

Identity supports three database types: SQL (including MySQL, SQLite, MariaDB, and other compatible databases), MongoDB, and JSON. To make your first connection, start by selecting the database type that best fits your needs.

For SQL databases, ensure your connection string includes the correct protocol, host, port, and credentials. For MongoDB, use the MongoDB URI format. For JSON, provide the path to your JSON file. Follow the specific instructions for your chosen database type to configure and test your connection successfully.

MongoDB Logo