symisc / unqlite

An Embedded NoSQL, Transactional Database Engine
https://unqlite.symisc.net
Other
2.11k stars 164 forks source link

in memory ? #95

Closed sancelot closed 4 years ago

sancelot commented 4 years ago

Hi, I am not sure, is it an in memory database ? with multiprocess access ? Regards, S.Ancelot

Yeganloo commented 4 years ago

Serverless, NoSQL database engine. Transactional (ACID) database. Zero configuration. Single database file, does not use temporary files. Cross-platform file format. UnQLite is a Self-Contained C library without dependency. Standard Key/Value store. Document store (JSON) database via Jx9. Support cursors for linear records traversal. Pluggable run-time interchangeable storage engine. Support for on-disk as well in-memory databases. Built with a powerful disk storage engine which support O(1) lookup. Thread safe and full reentrant. Simple, Clean and easy to use API. Support Terabyte sized databases. BSD licensed product. Amalgamation: All C source code for UnQLite and Jx9 are combined into a single source file.