On Wednesday, 3 January 2018 at 12:14:19 UTC, wakhshti wrote:
what is best (SQLite?) @small @local @offline database library
to use in D?
and also what about a simple GUI library ? (once there was a
library named DFL, but i never could get it to run).
As you proposed SQLite makes sense. My personal preference is the
wrapper from Adam you can find here
https://github.com/adamdruppe/arsd/blob/master/sqlite.d
Do you want to run on a specific OS only or should it run on
multiple OS?
There is also the Learn forum which fits better for beginner
questions.
Kind regards
Andre