.NET/C# Drizzle database client
Posted
by FlappySocks
on Stack Overflow
See other posts from Stack Overflow
or by FlappySocks
Published on 2009-07-23T11:49:36Z
Indexed on
2010/04/15
6:43 UTC
Read the original article
Hit count: 230
I am planning to use Drizzle in my next C# Mono app. Since there is no C# client available for Drizzle, I thought I would have a stab at writing my own by converting the Java client, and then making it work with DBLinq.
Having seen the Java client, I realise that it's a longer job that I had anticipated, and I don't have the time. Besides the Java client is not all that mature yet.
Since there is an official Drizzle C client library (libdrizzle), writing a C# wrapper might be the best solution. Are there any tools available that can assist in generating the code for this?
© Stack Overflow or respective owner