Re: MongoDB/DB <-> D

2016-10-27 Thread Daniel Kozak via Digitalmars-d-learn
Dne 27.10.2016 v 20:54 Jot via Digitalmars-d-learn napsal(a): Using Vibe.D here; How can one work with the DB's abstractly without incurring duplicity. I'd like to be able to create one struct and use that, either in D or the DB. I'd prefer to create a struct in D and interact through that

MongoDB/DB <-> D

2016-10-27 Thread Jot via Digitalmars-d-learn
Using Vibe.D here; How can one work with the DB's abstractly without incurring duplicity. I'd like to be able to create one struct and use that, either in D or the DB. I'd prefer to create a struct in D and interact through that struct with the database abstracted away. struct Person {