rsql
Verified for current stable LTS
Rsql Commands
Rsql command syntax with verified terminal examples.
Commands
7 commands for Rsql
rsql HTTP
Rsql Command: Connect To Database Postgresql
rsql --url "{postgresql://user:pass@localhost/mydb}" rsql HTTP
Rsql Command: Connect To File With Custom Separator
rsql --url "{delimited://data.txt?separator=|&has_header=true}" rsql Operations
Rsql Command: Connect To Mysql Specific Charset
rsql --url "{mysql://user:pass@localhost/db?charset=utf8mb4}" rsql HTTP
Rsql Command: Connect To Postgresql Ssl
rsql --url "{postgresql://user:pass@localhost/db?sslmode=require}" rsql Operations
Rsql Command: Enter Interactive Mode Rsql
rsql rsql Operations
Rsql Command: Run Query And Exit Sqlite
rsql --url "{sqlite://database.db}" -- "<SELECT * FROM users LIMIT 10>" rsql HTTP
Rsql Command: Set Default Format Json Sqlite
rsql --url "{sqlite://db.sqlite}" --format json Suggest a Rsql Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Rsql workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.