sqlite3 vs. sqlite-d

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Thu Jun 8 04:36:09 PDT 2017


On Thursday, 8 June 2017 at 08:44:56 UTC, Russel Winder wrote:
>
> But what is D's equivalent to Python's SQLAlchemy? C++ now has 
> sqlpp11.
>
> Anyone doing SQL code manipulation with strings in another 
> language is doing it wrong. Internal DSLs FTW.

The Alternative is not doing SQL at all.
But building the queries inside your code.

Which is what sqlite-d allows you to do.
and which is the reason I wrote it.

I wanted to express my desires in code rather then having to log 
sql-blocks around.



More information about the Digitalmars-d mailing list