Introduction
1.
Getting Started
1.1.
Installation
1.2.
First Query
2.
Commands
2.1.
bail
2.2.
changes
2.3.
clear
2.4.
color
2.5.
describe
2.6.
drivers
2.7.
echo
2.8.
exit
2.9.
footer
2.10.
format
2.11.
header
2.12.
help
2.13.
history
2.14.
indexes
2.15.
limit
2.16.
locale
2.17.
output
2.18.
print
2.19.
quit
2.20.
read
2.21.
rows
2.22.
schemas
2.23.
sleep
2.24.
system
2.25.
tables
2.26.
tee
2.27.
timer
3.
Appendix
3.1.
A - Configuration File (rsql.toml)
3.2.
B - Supported Locales
Light
Rust
Coal
Navy
Ayu
Oranda Dark
Oranda Light
rsql
tables
Usage
.tables
Description
The tables command lists the tables in the schema.
Examples
List the tables in the schema:
.tables
Demonstration