Is Anything Holding you back?

luminousone via Digitalmars-d digitalmars-d at puremagic.com
Fri Oct 2 09:31:46 PDT 2015


On Friday, 2 October 2015 at 08:23:56 UTC, Sönke Ludwig wrote:
> Am 02.10.2015 um 10:15 schrieb Kagamin:
>> On Friday, 2 October 2015 at 08:03:03 UTC, Dmitry Olshansky 
>> wrote:
>>> On 02-Oct-2015 10:49, Kagamin wrote:
>>>> On Friday, 2 October 2015 at 05:15:26 UTC, luminousone wrote:
>>>>> vibe.d compatible sqlite, postgresql, and oracle sql 
>>>>> drivers.
>>>>
>>>> An ODBC driver would be fine too, anything that can connect 
>>>> to a
>>>> database.
>>>
>>> http://dlang.org/phobos/etc_c_odbc_sql.html
>>
>> http://wiki.dlang.org/Libraries_and_Frameworks#Databases
>
> http://code.dlang.org/?sort=name&category=library.database

Looks like an async postgresql driver is in their, but i don't 
see sqlite supported in this fashion yet. I would love to use 
vibe.d(we currently use java/tomcat with spring framework) in 
some of the projects at work, but most of this would require 
connecting to an oracle server, I will re-examine the pgsql 
situation.

We have several projects coming up where we will get a dataset 
from the Utah department of environmental quality and we will 
build a small website around it for the public to query and look 
at the data in a user friendly fashion. Assuming pgsql support is 
up to snuff, I can get away with using vibe.d. And I believe 
anyway that I could finish the project faster with vibe.d then 
java/tomcat/spring.


More information about the Digitalmars-d mailing list