SQL
Establish your first SQL Connection
MySQL
database:
type: SQL
# Format: protocol//[hosts][/database][?properties]
uri: "jdbc:mysql://127.0.0.1:3307/" # Example Connection String
password: ""
username: "root" # It's recommended NOT to use the root user,
# please create one with writing and reading privileges
table: "identities" # Auto-Generated if not exists
database: "api_testunit"
SQLite
Last updated