-
Notifications
You must be signed in to change notification settings - Fork 8
PineSQL friendly commands
Ivan edited this page Jun 8, 2018
·
4 revisions
Send ping request to server
Main: ping your-server-host username password
Send query to server
Main: query your-server-host username password
Parameter: your-sql-request
Send query to database
Main: querydb your-server-host username password database build
Parameter: your-sql-request
build available only in PineSQL newer than 1.3.0
Clear logs
Main: clear
Exit PineSQL
Main: exit
Open this page in default browser
Main: help
help available only in PineSQL newer than 1.6.0