Thread overview
universal databade connector as jdbc
Dec 11, 2013
bioinfornatics
Dec 11, 2013
QAston
Dec 11, 2013
bioinfornatics
Dec 11, 2013
Ary Borenszweig
Dec 11, 2013
bioinfornatics
December 11, 2013
Hi,

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

Thanks
December 11, 2013
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.
December 11, 2013
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
December 11, 2013
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...
December 11, 2013
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