FirexDB is an open-source data storage engine written from the ground up in type-safe, verifiable C#.
It is a departure from the traditional methods of data management, by providing a robust extensive toolkit for developers to assemble their own data solutions, without having to fold all data into table form.
Back to Basics
- Written entirely in verifiable, type-safe C#.
- Truly scalable, access from 64KB to 2PB (peta-bytes) of data.
- Industry-grade robustness and recovery.
- Fully transactional, multi-user capable.
|
- Access data through primitives such as BTree's, Hash Tables and Queues.
- Extensible architecture, allowing you to extend the storage engine.
- Built for Windows, Compact Framework and Mono.
- Factors faster than leading commercial databases.
|