sqlite3 library which can read class instances (not structs)?

Sergey kornburn at yandex.ru
Mon Mar 10 21:39:39 UTC 2025


On Thursday, 6 March 2025 at 23:45:01 UTC, Andy Valencia wrote:
> Is there a sqlite3 interface library which can correctly read 
> into instances?  sqlite3-d will let me compile with a class, 
> but it segv's when run.  ddbc seems to support only structs, 
> and I can use it to punch in one value at a time out of each 
> row result.  But that feels clunky, and I'd avoid it if I could.
>
> Thanks,
> Andy

Did you try d2sqlite3?


More information about the Digitalmars-d-learn mailing list