sqlite

Package: WA2L/WinTools 1.2.08
Section: (3)
Updated: 29 June 2017
Index Return to Main Contents

 

NAME

sqlite3 - command-line access program for SQLite databases

 

SYNOPSIS

WA2LWinTools/lib/sqlite3 [ -help | -version ]

sqlite3 [ -init filename ] [ -echo ] [ -[no]header ] [ -bail ] [ -interactive ] [ -batch ] [ -column ] [ -csv ] [ -html ] [ -line ] [ -list ] [ -separator aqxaq ] [ -nullvalue aqtextaq ] [ FILENAME [ SQL ] ]

 

AVAILABILITY

WA2L/WinTools

 

DESCRIPTION

SQLite is a software library that implements a self-contained, server-less, zero-configuration, transactional SQL database engine.

SQLite is the most widely deployed SQL database engine in the world. It is used in countless desktop computer applications as well as consumer electronic devices including cellphones, PDAs, and MP3 players. The source code for SQLite is in the public domain.

The SQLite library includes a simple command-line utility named sqlite3 that allows the user to manually enter and execute SQL commands against an SQLite database.

This man page provides a brief introduction to the options of sqlite3 and provides the link to the HTML documentation.

 

OPTIONS

-help
usage message.

-echo
print commands before execution.

-[no]header
turn headers on or off.

-bail
stop after hitting an error.

-interactive
force interactive I/O.

-batch
force batch I/O.

-column
set output mode to aqcolumnaq .

-csv
set output mode to aqcsvaq .

-html
set output mode to aqHTMLaq .

-init filename
read/process commands from the filename .

-line
set output mode to aqlineaq .

-list
set output mode to aqlistaq .

-separator aqxaq
set output field separator (|).

-nullvalue aqtextaq
set text string for NULL values.

-version
show SQLite version.

FILENAME
database file name.

SQL
SQL statements.

 

ENVIRONMENT

See HTML SQLite documentation in http://www.sqlite.org/docs.html .

 

EXIT STATUS

See HTML SQLite documentation in http://www.sqlite.org/docs.html .

 

FILES

See HTML SQLite documentation in http://www.sqlite.org/docs.html .

var/db/sqlite/
directory for SQLite databases.

 

EXAMPLES

See HTML SQLite documentation in http://www.sqlite.org/docs.html .

 

SEE ALSO

wintoolsintro(1), sqlite-gui(1), http://www.sqlite.org, http://www.sqlite.org/docs.html

 

NOTES

Parts of this manual page were extracted from the sqlite3 HTML documentation distributed with the SQLite version 3.6.3, written by "The SQLite Development Team" led by D. Richard Hipp, Dan Kennedy and Shane Harrelson.

 

BUGS

-

 

AUTHOR

sqlite3 was developed by D. Richard Hipp, Dan Kennedy and Shane Harrelson and integrated into WA2L/WinTools by Christian Walther. Send suggestions and bug reports related to the integration to wa2l@users.sourceforge.net .

 

COPYRIGHT

Copyright © 2017 Christian Walther

This is free software; see edrc/doc/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


 

Index

NAME
SYNOPSIS
AVAILABILITY
DESCRIPTION
OPTIONS
ENVIRONMENT
EXIT STATUS
FILES
EXAMPLES
SEE ALSO
NOTES
BUGS
AUTHOR
COPYRIGHT

This document was created by man2html using the manual pages.
Time: 16:33:02 GMT, September 14, 2024