python key value database
Welcome. pickleDB is a lightweight and simple key-value store. It is built ...
Welcome. pickleDB is a lightweight and simple key-value store. It is built upon Python's simplejson module and was inspired by redis. It is licensed with the BSD.
⬇ Download Full VersionTinyDB is a tiny, document oriented database optimized for your happiness:)...
TinyDB is a tiny, document oriented database optimized for your happiness:) Add new update operations: add(key, value), substract(key, value), and set(key.
⬇ Download Full VersionCodernityDB is opensource, pure Python (no 3rd party dependency), fast (eve...
CodernityDB is opensource, pure Python (no 3rd party dependency), fast (even You can also call it a more advanced key-value database, with multiple.
⬇ Download Full VersionRedis is an open source in-memory key-value pair data store. What is a key-...
Redis is an open source in-memory key-value pair data store. What is a key-value store database? is a Stack Overflow Q&A that straight on answers this.
⬇ Download Full VersionFast Python bindings for UnQLite, a lightweight, embedded NoSQL database an...
Fast Python bindings for UnQLite, a lightweight, embedded NoSQL database and Transactional (ACID); Single file or in-memory database; Key/value store.
⬇ Download Full VersionSQLite is an in-process database. It's relational, but you could build...
SQLite is an in-process database. It's relational, but you could build your simple key-value store in it. It's also included in the Python standard.
⬇ Download Full VersionI've had good luck with the Tokyo Cabinet/pytc solution. It's ver...
I've had good luck with the Tokyo Cabinet/pytc solution. It's very fast (a bit faster than using the shelve module using anydbm in my implementation), both for.
⬇ Download Full VersionIf you like UnQLite, you might also want to check out Vedis, an embedded ke...
If you like UnQLite, you might also want to check out Vedis, an embedded key/value database modeled after Redis (python bindings: vedis-python).
⬇ Download Full VersionUsing an object-relational mapping is not like using an object database. al...
Using an object-relational mapping is not like using an object database. almost no seam ZODB runs on Python or Python and above. It also runs on.
⬇ Download Full VersionI use pickleDB while coding a text-based game I'm fiddling around with...
I use pickleDB while coding a text-based game I'm fiddling around with. It's simple and extremely lightweight. key-value. database. python.
⬇ Download Full VersionFar before the term "NoSQL" existed, Key/Value Data Stores like T...
Far before the term "NoSQL" existed, Key/Value Data Stores like The most primitive Python-based NoSQL database would simply be a big.
⬇ Download Full VersionCodernityDB is an open source NoSQL database, pure Python, fast, multiplatf...
CodernityDB is an open source NoSQL database, pure Python, fast, multiplatform and You can also call it a more advanced key-value database, with multiple.
⬇ Download Full VersionThis is a session backend for Django that stores sessions in a Tokyo Cabine...
This is a session backend for Django that stores sessions in a Tokyo Cabinet database, which communicates via Tokyo Tyrant using the PyTyrant library.
⬇ Download Full Versionfor DBM-style databases that use simple string values as keys to Python com...
for DBM-style databases that use simple string values as keys to Python comes with several modules for accessing DBM-style databases.
⬇ Download Full VersionSQLite and Key/Value databases are two of my favorite topics to blog writin...
SQLite and Key/Value databases are two of my favorite topics to blog writing Python wrappers for the embedded key/value stores UnQLite.
⬇ Download Full Version