• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H05-Nov-2021-12099

library/H05-Nov-2021-716482

tclconfig/H03-May-2022-4,5734,101

tests/H05-Nov-2021-3,2403,010

win/H05-Nov-2021-2,9462,303

ChangeLogH A D01-Nov-20218.4 KiB284207

Makefile.inH A D01-Nov-202116.9 KiB479238

READMEH A D01-Nov-20211.6 KiB4230

aclocal.m4H A D01-Nov-20212.8 KiB8780

configureH A D01-Nov-2021231.9 KiB8,4586,713

configure.acH A D01-Nov-20217.8 KiB20435

license.termsH A D01-Nov-20212.1 KiB3934

pkgIndex.tcl.inH A D01-Nov-2021161 53

README

1README: tdbcsqlite3
2
3    This is the 1.1.3 source distribution of the bridge between Tcl
4    Database Connectivity (TDBC) and SQLite3, an open-source SQL
5    database with an in-process server.
6
7    TDBC and its drivers are available from a Fossil version control
8    repository at http://tdbc.tcl.tk/
9
10    SQLite3 is available from http://sqlite.org/
11
12RCS: @(#) $Id: $
13
141. Introduction
15
16This directory contains the source code, documentation, and test
17scripts for the SQLite3 driver for Tcl Database Connectivity. This
18module, plus TDBC and SQLite3 themselves, allow you to access SQLite3
19databases using a standard application programming interface (API)
20from a Tcl script.  This module is also available from
21http://tdbc.tcl.tk along with the source code of TDBC itself. A bug
22database and Wiki are available at the same location.
23
24Tdbc::sqlite3 is a freely-available open source package.  You can do
25virtually anything you like with it, such as modifying it,
26redistributing it, and selling it either in whole or in part.  See the
27file "license.terms" for complete information.
28
292. Documentation
30
31The 'doc' subdirectory in this release contains a set of reference
32manual entries for tdbc::sqlite3.  Files with an extension '.n' are for
33Tcl classes and commands; files with an extension '.3' are for C
34library functions. The file, 'doc/tdbcsqlite3.n' gives an overview,
35listing the classes and functions
36
373. See also
38
39More information about TDBC and its drivers are available in the
40README file for TDBC itself; refer to that file for compilation and
41installation instructions, and support information.
42