dlang-community / d2sqlite3

A small wrapper around SQLite for the D programming language
Boost Software License 1.0
75 stars 26 forks source link

Allow to serialize aggregates to string if they have a `toString` method #68

Closed Geod24 closed 3 years ago

Geod24 commented 3 years ago

Deserialization not yet implemented, but it will follow the fromString approach Vibe.d uses.

Geod24 commented 3 years ago

Believe it or not, the first commit is the one that took most of the work, thanks to https://github.com/dlang/druntime/pull/3314