Paketname | python-django-swordfish |
Beschreibung | Persistent key-value database with HTTP interface (Django integration) |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.12-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 55 Byte |
Hängt ab von | python (>= 2.5), python-support (>= 0.90.0), python-django (>= 1.0) |
Empfohlene Pakete | |
Paketbetreuer | Chris Lamb |
Quelle | swordfish |
Paketgröße | 20334 Byte |
Prüfsumme MD5 | 8b1ce59729e6b5d63657116b09cb2fb5 |
Prüfsumme SHA1 | ddba2e94646f0eab5f8bc71665e35ba7ac06e0b8 |
Prüfsumme SHA256 | a79d62c5fd9ca9f04b69987bb35fe672d07b92964590daa11e5722bda7e952fa |
Link zum Herunterladen | python-django-swordfish_0.12-1_all.deb |
Ausführliche Beschreibung | Swordfish is a persistent database which uses JavaScript Object Notation
(JSON) over HTTP. It was designed to complement a relational database used in
modern web applications by providing a means to denormalise (and thus avoid)
computationally expensive JOIN operations.
.
To this end, Swordfish's primary data structure is a dictionary with ordered
keys and provides functionality for atomically manipulating and querying these
structures, including set-based operations such as intersection and
difference.
.
This package contains a convenient wrapper for projects using the Django web
development framework.
|