www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - universal databade connector as jdbc

reply "bioinfornatics" <bioinfornatics feforaproject.org> writes:
Hi,

Little question,
I'm looking a jdbc like in D ?
Does this exists ?

Thanks
Dec 11 2013
parent reply "QAston" <qaston gmail.com> writes:
On Wednesday, 11 December 2013 at 10:49:43 UTC, bioinfornatics 
wrote:
 Hi,

 Little question,
 I'm looking a jdbc like in D ?
 Does this exists ?

 Thanks
https://github.com/buggins/ddbc - see readme for more info.
Dec 11 2013
parent reply "bioinfornatics" <bioinfornatics feforaproject.org> writes:
On Wednesday, 11 December 2013 at 11:00:40 UTC, QAston wrote:
 On Wednesday, 11 December 2013 at 10:49:43 UTC, bioinfornatics 
 wrote:
 Hi,

 Little question,
 I'm looking a jdbc like in D ?
 Does this exists ?

 Thanks
https://github.com/buggins/ddbc - see readme for more info.
Cool thanks, i will take a look. If in more it is able to run at comppile time that could be awesome
Dec 11 2013
parent reply Ary Borenszweig <ary esperanto.org.ar> writes:
On 12/11/13 8:05 AM, bioinfornatics wrote:
 On Wednesday, 11 December 2013 at 11:00:40 UTC, QAston wrote:
 On Wednesday, 11 December 2013 at 10:49:43 UTC, bioinfornatics wrote:
 Hi,

 Little question,
 I'm looking a jdbc like in D ?
 Does this exists ?

 Thanks
https://github.com/buggins/ddbc - see readme for more info.
Cool thanks, i will take a look. If in more it is able to run at comppile time that could be awesome
I don't think you will ever be able to execute an SQL query at compile time...
Dec 11 2013
parent "bioinfornatics" <bioinfornatics fedoraproject.org> writes:
On Wednesday, 11 December 2013 at 15:34:25 UTC, Ary Borenszweig 
wrote:
 On 12/11/13 8:05 AM, bioinfornatics wrote:
 On Wednesday, 11 December 2013 at 11:00:40 UTC, QAston wrote:
 On Wednesday, 11 December 2013 at 10:49:43 UTC, 
 bioinfornatics wrote:
 Hi,

 Little question,
 I'm looking a jdbc like in D ?
 Does this exists ?

 Thanks
https://github.com/buggins/ddbc - see readme for more info.
Cool thanks, i will take a look. If in more it is able to run at comppile time that could be awesome
I don't think you will ever be able to execute an SQL query at compile time...
erf that could to be great to generate structure object at compile time from database schema
Dec 11 2013