sqlsharp (1) Linux Manual Page
NAME
sqlsharp – Mono SQL Query command-line tool
SYNOPSIS
sqlsharp [-f filename] [-o filename] [-s]
DESCRIPTION
sqlsharp is a Mono SQL tool used for entering SQL queries to a database using Mono data providers.
OPTIONS
The following options are supported:
- -f filename
- Output file to load SQL commands from.
- -o filename
- Output file to send results.
- -s
- Silent mode.
HOW TO USE
The SQL tool accepts commands via its command line interface. Commands begin with a backslash followed by the command name.
Example:
\open
Basically, there are five commands a user should know:
