Setup your First Connection
Last updated
Last updated
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.