MOON
Server: Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4
System: Linux vps.panamaemb.org.sg 3.10.0-1160.80.1.vz7.191.4 #1 SMP Thu Dec 15 20:31:06 MSK 2022 x86_64
User: panama (500)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: //proc/2/task/2/root/usr/share/doc/python-sqlite-1.1.7/README
                                            _ _ _
                      _ __  _   _ ___  __ _| (_) |_ ___
                     | '_ \| | | / __|/ _` | | | __/ _ \
                     | |_) | |_| \__ \ (_| | | | ||  __/
                     | .__/ \__, |___/\__, |_|_|\__\___|
                     |_|    |___/        |_|

             A DB API v2.0 compatible interface to SQLite 3.0
                       Embedded Relational Database.
                          Copyright (c) 2001-2003
                   Michael Owens <mike@mikesclutter.com>
                      Gerhard Häring <gh@ghaering.de>

Python versions supported: Python 2.1 or later
SQLite version required:   SQLite 3.0 or later

Overview:

This is an extension module for the SQLite embedded relational database. It
tries to conform to the Python DB-API Spec v2 as far as possible. One problem
is that SQLite returns everything as text. This is a result of SQLite's
internal representation of data, however it still may be possible to return
data in the type specified by the table definitions. I am still working on
that, and will require some study of the SQLite source.

Installation:

Installation should be relatively simple. Following that prescribed by Python,
it can be done in two steps:

    python setup.py build
    python setup.py install

For building PySQLite on Windows, check out the file INSTALL.win32.

Other:

Check out the doc/rest and examples folders.