DEBFIND Suche nach Debian-Paketen
Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen
beta ! Diese website wird noch weiterentwickelt.
Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß
Paketbeschreibung
Paketname | python-pysqlite2 |
Beschreibung | Python interface to SQLite 3 |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.6.0-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 244 Byte |
Hängt ab von | libc6 (>= 2.3.6-6~), libsqlite3-0 (>= 3.6.23.1), python (<< 2.7), python (>= 2.5), python-central (> |
Empfohlene Pakete | |
Paketbetreuer | Joel Rosdahl |
Quelle | |
Paketgröße | 60354 Byte |
Prüfsumme MD5 | 6922b311eb66a61df205f2da514adc2c |
Prüfsumme SHA1 | f2b5e0dee1fc504ed1d5684ed7ee47657b2f045a |
Prüfsumme SHA256 | 70763effd6ab15d1103187e1706fad3a609015aa86b6dc1d182ed3bcc1ead13c |
Link zum Herunterladen | python-pysqlite2_2.6.0-1_i386.deb |
Ausführliche Beschreibung | 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.
|
Impressum
Linux is a registered trademark of Linus Torvalds
|