embedb: embedded database lite c++
alphaDescription
Simple non-SQL embedded database c++ framework with convenient stream-based packing/unpacking capabilities. Supports storing complex c++ data into balanced binary trees, arrays, hashes. Can use files, external memory or any other custom storage.
Features
- c++ native
- strict typing, no casts, using templates
- arbitrary length data records
- convenient data packing/unpacking using buffered streams
- does not require file-like object to store data
- video card memory may be used as storage (see README)
Update Notifications
User Ratings
User Reviews
Be the first to post a review of embedb: embedded database lite c++!