Overview
Accessing the SQL API
# Get the connection string
lunar sql connection-string
# Connect using psql (interactive)
psql $(lunar sql connection-string)
# Execute a query directly
psql $(lunar sql connection-string) -c "SELECT * FROM components LIMIT 5"Available Views
AI Skill
Last updated
