Thanks, Andy
sqlite3 library which can read class instances (not structs)?
Andy Valencia via Digitalmars-d-learn Thu, 06 Mar 2025 15:56:43 -0800
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.
- sqlite3 library which can read class... Andy Valencia via Digitalmars-d-learn
- Re: sqlite3 library which can r... Andy Valencia via Digitalmars-d-learn
- Re: sqlite3 library which c... Ali Çehreli via Digitalmars-d-learn
- Re: sqlite3 library whi... Andy Valencia via Digitalmars-d-learn
- Re: sqlite3 library which can r... Sergey via Digitalmars-d-learn
- Re: sqlite3 library which c... Andy Valencia via Digitalmars-d-learn