InstallHostingConfigurationBuilding RequestsEndpointsWebhooksWebSockets
OverviewAirtableMongoDBMSSQLMySQLPostgres
Local DevelopmentAdding Data SourcesContributingCoding Style Guide
Overviewn8nNuxt
  1. data-sources
  2. mysql

MySQL

MSSQL is one of the most popular SQL based databases.

Configuration

DATABASE_URI format should be mysql://<user>:<pass>@<host>:<port>/<database>

Example:

DATABASE_URI=mysql://user:pass@localhost:3306/llana

MSSQL

MSSQL is an SQL based database.

Postgres

Postgres is one of the most popular open-source relational database that supports both SQL (relational) and JSON (non-relational) querying.

  • Configuration
JuicyLlama v.0.0.1 Copyright © 2025