upscaledb Alternatives
upscaledb is described as 'Upscaledb is a software library that provides a high-performance embedded database for key/value data., It is written in C/C++ with API bindings for Java, Python, .NET, Erlang and other languages. Upscaledb databases have "types" (i.e' and is an app. There are six alternatives to upscaledb for Linux, Mac, Windows and Android. The best alternative is Kyoto Cabinet, which is both free and Open Source. Other great apps like upscaledb are QDBM, Tokyo Cabinet, LevelDB and Berkeley DB.
Kyoto Cabinet
Do you think this is a good alternative?YesNo- Free • Open Source
7 alternatives to Kyoto Cabinet- Mac
- Windows
- Linux
Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length.
QDBM
Do you think this is a good alternative?YesNo- Free • Open Source
7 alternatives to QDBM- Mac
- Windows
- Linux
QDBM is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value.
Tokyo Cabinet
Do you think this is a good alternative?YesNo- Free • Open Source
7 alternatives to Tokyo Cabinet- Mac
- Windows
- Linux
Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length.
LevelDB
Do you think this is a good alternative?YesNo- Free • Open Source
7 alternatives to LevelDB- Mac
- Windows
- Linux
- Android
LevelDB stores keys and values in arbitrary byte arrays, and data is sorted by key. It supports batching writes, forward and backward iteration, and compression of the data via Google's Snappy compression library.
Berkeley DB
Do you think this is a good alternative?YesNo- Free • Open Source
8 alternatives to Berkeley DB- Mac
- Windows
- Linux
Berkeley DB (BDB) is a software library that provides a high-performance embedded database for key/value data., Berkeley DB is the most widely used database toolkit in the world, with hundreds of millions of deployed copies.
GNU dbm (or GDBM, for short) is a library of database functions that use extensible hashing and work similar to the standard UNIX dbm. These routines are provided to a programmer needing to create and manipulate a hashed database.