On Thursday, 18 February 2016 at 21:09:15 UTC, Stefan Koch wrote:
Hello,
It is not quite ready to post in Announce,
but I would like to inform you that I am planing to open-source
my native-sqlite database driver. (well currently it just reads
them).
However it works fully at CTFE.
so if you want to you can extract sourceCode out of a
sql-database and make a mixin with it :D
given you string imported the database file.
Awesome! Really looking forward to it. It will probably change
the way I store data forever. I currently do it in json files,
which suck for simply storing data :D