Package: sqlite3-doc Priority: optional Section: doc Installed-Size: 1392 Maintainer: Laszlo Boszormenyi (GCS) Architecture: all Source: sqlite3 Version: 3.4.2-2dapper1 Recommends: sqlite3 Filename: dapper/sqlite3-doc_3.4.2-2dapper1_all.deb Size: 377116 MD5sum: a7845d1c13cf00df1d9fc058d03b5058 SHA1: 5dc54c7699b553f782c92db882eb506df6e5fe93 SHA256: 6f92ebe69cb2d65f7083b9a0832e117729939f9d01d4905ebf738bbc4740f610 Description: SQLite 3 documentation SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the documentation that is also available on the SQLite homepage. Package: lemon Priority: optional Section: devel Installed-Size: 136 Maintainer: Laszlo Boszormenyi (GCS) Architecture: i386 Source: sqlite3 Version: 3.4.2-2dapper1 Depends: libc6 (>= 2.3.4-1) Filename: dapper/lemon_3.4.2-2dapper1_i386.deb Size: 38484 MD5sum: beab61b7a45724aac016d192ddbe9e51 SHA1: 3f990e4a90339034a52fa9dbc72175abd06f78f8 SHA256: e2a128e7716f97ae61bffa893a298e36814e2c12174be627f84037ec5de5a47e Description: The Lemon Parser Generator Lemon is an LALR(1) parser generator for C or C++. It does the same job as bison and yacc. But lemon is not another bison or yacc clone. It uses a different grammar syntax which is designed to reduce the number of coding errors. Lemon also uses a more sophisticated parsing engine that is faster than yacc and bison and which is both reentrant and thread-safe. Furthermore, Lemon implements features that can be used to eliminate resource leaks, making is suitable for use in long-running programs such as graphical user interfaces or embedded controllers. Package: sqlite3 Priority: optional Section: misc Installed-Size: 84 Maintainer: Laszlo Boszormenyi (GCS) Architecture: i386 Version: 3.4.2-2dapper1 Depends: libc6 (>= 2.3.4-1), libreadline5 (>= 5.1), libsqlite3-0 (>= 3.4.2) Suggests: sqlite3-doc Filename: dapper/sqlite3_3.4.2-2dapper1_i386.deb Size: 22620 MD5sum: 6c1d1fb4014c31715375a5d3dea57d2b SHA1: ff8f44723aec8a5debfbb40812a0e3bade1f5444 SHA256: c6c300b60339743547f3debc7bd27a9febde5d05908bbab2fc0d6bb34def716a Description: A command line interface for SQLite 3 SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: libsqlite3-0 Priority: optional Section: libs Installed-Size: 444 Maintainer: Laszlo Boszormenyi (GCS) Architecture: i386 Source: sqlite3 Version: 3.4.2-2dapper1 Depends: libc6 (>= 2.3.4-1) Filename: dapper/libsqlite3-0_3.4.2-2dapper1_i386.deb Size: 197834 MD5sum: 483fbf7fd1f273d2f169a5592363f798 SHA1: c4b41d63c1e0c090856dbd131a2f543add1585ab SHA256: a0bee0e12e57f0bd34beb5025000668901f03492298c27b8b033d14602005145 Description: SQLite 3 shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: libsqlite3-dev Priority: optional Section: libdevel Installed-Size: 704 Maintainer: Laszlo Boszormenyi (GCS) Architecture: i386 Source: sqlite3 Version: 3.4.2-2dapper1 Depends: libsqlite3-0 (= 3.4.2-2dapper1), libc6-dev Suggests: sqlite3-doc Filename: dapper/libsqlite3-dev_3.4.2-2dapper1_i386.deb Size: 257882 MD5sum: 13486138e50f4deb434ca6697a28e7d0 SHA1: 9d87aaac25c350e118648eb12a7156e1c0243bb7 SHA256: 38ede1a45e5be71f81f1dc8eaef8a034bd9ef09028ccc2a167ffed0d3aed51b9 Description: SQLite 3 development files SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the development files (headers, static libraries) Package: libsqlite3-tcl Priority: optional Section: interpreters Installed-Size: 460 Maintainer: Laszlo Boszormenyi (GCS) Architecture: i386 Source: sqlite3 Version: 3.4.2-2dapper1 Depends: libc6 (>= 2.3.4-1) Suggests: sqlite3-doc Filename: dapper/libsqlite3-tcl_3.4.2-2dapper1_i386.deb Size: 208292 MD5sum: 782dfede374f32e5146ba5c017b81324 SHA1: e34acc74684d906174ae69377a6119546c35f209 SHA256: 2c9a94aed771bd2043ea10ec9e626ce1de5c318f51b17c2948fe249627f4ea04 Description: SQLite 3 TCL bindings SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the TCL bindings. Package: python-pysqlite2 Priority: optional Section: python Installed-Size: 368 Maintainer: Joel Rosdahl Architecture: i386 Version: 2.4.0-2dapper1 Replaces: python2.3-pysqlite2, python2.4-pysqlite2 Depends: libc6 (>= 2.3.4-1), libsqlite3-0 (>= 3.4.2), python (<< 2.5), python (>= 2.4) Suggests: python-pysqlite2-dbg Conflicts: python2.3-pysqlite2, python2.4-pysqlite2 Filename: dapper/python-pysqlite2_2.4.0-2dapper1_i386.deb Size: 63810 MD5sum: a94141a607729789c6d42238fbc49c27 SHA1: 10f9fa0ebcf8fcc4769fe73b19e0e164fee53c2b SHA256: 955c0e0628d9f23c66e4e5456efdc3d86bcf1c2f0dcb55f866c8ea846643d04e Description: python interface to SQLite 3 pysqlite is a DB-API 2.0-compliant database interface for SQLite. . This package is built against SQLite 3. For an interface to SQLite 2, see the package python-sqlite. An alternative Python SQLite 3 module is packaged as python-apsw. . SQLite is a relational database management system contained in a relatively small C library. It is a public domain project created by D. Richard Hipp. Unlike the usual client-server paradigm, the SQLite engine is not a standalone process with which the program communicates, but is linked in and thus becomes an integral part of the program. The library implements most of SQL-92 standard, including transactions, triggers and most of complex queries. . pysqlite makes this powerful embedded SQL engine available to Python programmers. It stays compatible with the Python database API specification 2.0 as much as possible, but also exposes most of SQLite's native API, so that it is for example possible to create user-defined SQL functions and aggregates in Python. . If you need a relational database for your applications, or even small tools or helper scripts, pysqlite is often a good fit. It's easy to use, easy to deploy, and does not depend on any other Python libraries or platform libraries, except SQLite. SQLite itself is ported to most platforms you'd ever care about. . It's often a good alternative to MySQL, the Microsoft JET engine or the MSDE, without having any of their license and deployment issues.