Paketname | python-django-swordfish |
Beschreibung | Persistent key-value database with HTTP interface (Django integration) |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.9-2 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 120 Byte |
Hängt ab von | python (>= 2.5), python-support (>= 0.90.0), python-django (>= 1.0) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | swordfish |
Paketgröße | 18848 Byte |
Prüfsumme MD5 | 4630b3ec590c638185c53fd0a473be1b |
Prüfsumme SHA1 | e2959c9ee082c0d14bfe93bed3a364edcb5f6ba8 |
Prüfsumme SHA256 | 5b07d74649e2c9e201b35a9fd7ea7525a70a3bd5ac093eb625fe82a0e5656a4c |
Link zum Herunterladen | python-django-swordfish_0.9-2_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.
|