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.
