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

Andy Valencia dont at spam.me
Thu Mar 6 23:45:01 UTC 2025


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



More information about the Digitalmars-d-learn mailing list