www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - DLang MongoDB Drive ??

reply "Batuhan =?UTF-8?B?R8O2a3N1Ig==?= <batuhangoksu gmail.com> writes:
d to make MongoDB database connection data extraction, data, how 
do I do want to add
friends would appreciate if you help me in this regard.
Aug 07 2013
next sibling parent reply "JN" <666total wp.pl> writes:
On Thursday, 8 August 2013 at 06:53:12 UTC, Batuhan Göksu wrote:
 d to make MongoDB database connection data extraction, data, 
 how do I do want to add
 friends would appreciate if you help me in this regard.
Check if you can use the driver from vibe.d project, if it's not possible, you can always import and use the C MongoDB library directly
Aug 08 2013
parent reply "Batuhan =?UTF-8?B?R8O2a3N1Ig==?= <batuhangoksu gmail.com> writes:
thanks

but how can I solve using vibe.d

I do not want to use your own server that hosts the very mass of 
a framework vibe.d

How do I use the driver for MongoDB So the c
Aug 08 2013
next sibling parent reply "John Colvin" <john.loughran.colvin gmail.com> writes:
On Thursday, 8 August 2013 at 10:05:14 UTC, Batuhan Göksu wrote:
 thanks

 but how can I solve using vibe.d

 I do not want to use your own server that hosts the very mass 
 of a framework vibe.d

 How do I use the driver for MongoDB So the c
It's not clear what you are asking, probably because of a language barrier. What languages are you fluent in?
Aug 08 2013
next sibling parent "Batuhan =?UTF-8?B?R8O2a3N1Ig==?= <batuhangoksu gmail.com> writes:
Thank you friends, for now postponed the event MongoDB.
Aug 08 2013
prev sibling parent reply =?UTF-8?B?QWxpIMOHZWhyZWxp?= <acehreli yahoo.com> writes:
On 08/08/2013 03:49 AM, John Colvin wrote:

 On Thursday, 8 August 2013 at 10:05:14 UTC, Batuhan Göksu wrote:
 What languages are you fluent in?
Batuhan Göksu is a Turkish name! :) Batuhan, the Turkish D community is at http://ddili.org/forum Ali
Aug 08 2013
parent "Batuhan =?UTF-8?B?R8O2a3N1Ig==?= <batuhangoksu gmail.com> writes:
Teşekkür Ederim Ali Çehreli :)
Aug 09 2013
prev sibling parent Nick Sabalausky <SeeWebsiteToContactMe semitwist.com> writes:
On Thu, 08 Aug 2013 12:05:10 +0200
"Batuhan G=F6ksu" <batuhangoksu gmail.com> wrote:

 thanks
=20
 but how can I solve using vibe.d
=20
 I do not want to use your own server that hosts the very mass of=20
 a framework vibe.d
=20
 How do I use the driver for MongoDB So the c
You don't need to use all of vibe.d. Vibe.d is very modular, you can use just the parts that you need.
Aug 08 2013
prev sibling parent "Daniel Kozak" <kozzi11 gmail.com> writes:
On Thursday, 8 August 2013 at 06:53:12 UTC, Batuhan Göksu wrote:
 d to make MongoDB database connection data extraction, data, 
 how do I do want to add
 friends would appreciate if you help me in this regard.
I have my own D mongodb driver, which depends only on D and phobos, but it is not finished. It is able do find, insert and updates queries but nothing more.
Aug 08 2013