diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2018-12-17 20:19:35 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2018-12-17 20:19:35 +0000 |
| commit | aaa2feb76da294285a5fae4fc94f155a14894e3d (patch) | |
| tree | f6726e006ca3bdf81c6858d76f18bceecf5007e4 /tea/doc | |
| parent | 68309dce47073a7f3f739b107c53c195b43bd812 (diff) | |
Import sqlite3-3.26.0 (3260000)vendor/sqlite3/sqlite-3260000
Obtained from: https://www.sqlite.org/2018/sqlite-autoconf-3260000.tar.gz
Diffstat (limited to 'tea/doc')
| -rw-r--r-- | tea/doc/sqlite3.n | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tea/doc/sqlite3.n b/tea/doc/sqlite3.n new file mode 100644 index 000000000000..13913e5583d8 --- /dev/null +++ b/tea/doc/sqlite3.n @@ -0,0 +1,15 @@ +.TH sqlite3 n 4.1 "Tcl-Extensions" +.HS sqlite3 tcl +.BS +.SH NAME +sqlite3 \- an interface to the SQLite3 database engine +.SH SYNOPSIS +\fBsqlite3\fI command_name ?filename?\fR +.br +.SH DESCRIPTION +SQLite3 is a self-contains, zero-configuration, transactional SQL database +engine. This extension provides an easy to use interface for accessing +SQLite database files from Tcl. +.PP +For full documentation see \fIhttp://www.sqlite.org/\fR and +in particular \fIhttp://www.sqlite.org/tclsqlite.html\fR. |
