OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / util / src / TclTk / tcl8.6.12 / pkgs / tdbcsqlite3-1.1.3 / README
1 README: 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
12 RCS: @(#) $Id: $
13
14 1. Introduction
15
16 This directory contains the source code, documentation, and test
17 scripts for the SQLite3 driver for Tcl Database Connectivity. This
18 module, plus TDBC and SQLite3 themselves, allow you to access SQLite3
19 databases using a standard application programming interface (API)
20 from a Tcl script.  This module is also available from
21 http://tdbc.tcl.tk along with the source code of TDBC itself. A bug
22 database and Wiki are available at the same location.
23
24 Tdbc::sqlite3 is a freely-available open source package.  You can do
25 virtually anything you like with it, such as modifying it,
26 redistributing it, and selling it either in whole or in part.  See the
27 file "license.terms" for complete information.
28
29 2. Documentation
30
31 The 'doc' subdirectory in this release contains a set of reference
32 manual entries for tdbc::sqlite3.  Files with an extension '.n' are for
33 Tcl classes and commands; files with an extension '.3' are for C
34 library functions. The file, 'doc/tdbcsqlite3.n' gives an overview,
35 listing the classes and functions
36
37 3. See also
38
39 More information about TDBC and its drivers are available in the
40 README file for TDBC itself; refer to that file for compilation and
41 installation instructions, and support information.