D Embedded Database v0.1 Released

Stefan Koch via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue May 31 15:08:00 PDT 2016


On Saturday, 28 May 2016 at 14:08:18 UTC, Piotrek wrote:
> Short description
>
>     A database engine for quick and easy integration into any D 
> program. Full compatibility with D types and ranges.
>
> Design Goals (none is accomplished yet)
>
>     - ACID
>     - No external dependencies
>     - Single file storage
>     - Multithread support
>     - Suitable for microcontrollers
>
>
> More info for interested at:
>
>     Docs:
>     
> https://gitlab.com/PiotrekDlang/DraftLib/blob/master/docs/database/index.md
>
>     Code:
>     https://gitlab.com/PiotrekDlang/DraftLib/tree/master/src
>
> The project is at its early stage of development.
>
> Piotrek

Nice effort. How would you like collaboration with the SQLite-D 
project.
With has similar goals albeit file format compatible to SQLite.



More information about the Digitalmars-d-announce mailing list