D need an ORM library!

Russel Winder russel at winder.org.uk
Mon Aug 20 18:37:55 UTC 2018


On Mon, 2018-08-20 at 15:58 +0000, Jesse Phillips via Digitalmars-d-
learn wrote:
> On Monday, 20 August 2018 at 02:30:16 UTC, binghoo dang wrote:
> > hi,
> > 
> > I thinks D need an ORM library for Sqlite/Mysql/PostgreSQL, 
> > entity currently support all the three targets, but entity's 
> > API is too complex and cumbersome for using.

Can I suggest that SQLAlchemy is excellent. It has the full on ORM for
those that want it, but also an expression language so you do not have
to write SQL in strings if you are not using the ORM. 

Being able to write Python that generated SQL (Builder pattern) has
made working with SQLite almost a joy.

> > Is there a more light-weight and simpler implementation like 
> > ActiveAndroid ?
> > 
> > Thanks!
> > 
> > 
> > ---
> > 
> > Binghoo Dang
> 
> There are a number of things out there, but personally don't know 
> there state or simplicity.
> 
> 2016 there was a talk: http://dconf.org/2016/talks/nowak.html
> 
> But personally I preferred this one: 
> http://dconf.org/2016/talks/smith.html
> https://github.com/cruisercoder/dstddb
-- 
Russel.
===========================================
Dr Russel Winder      t: +44 20 7585 2200
41 Buckmaster Road    m: +44 7770 465 077
London SW11 1EN, UK   w: www.russel.org.uk

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20180820/6e99336a/attachment.sig>


More information about the Digitalmars-d-learn mailing list