sqlite3 vs. sqlite-d

qznc via Digitalmars-d digitalmars-d at puremagic.com
Fri Jun 9 05:23:18 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.

There is HibernateD.

http://code.dlang.org/packages/hibernated

For my own project, I used handwritten SQL. It is still on my 
todo list to replace that with HibernateD. So, no practical 
experience, yet.


More information about the Digitalmars-d mailing list