<div dir="ltr"><div><div>Hey Eugene,<br><br></div>Caraus seems like an interesting project. How do you plan to build it out and differentiate it from vibe.d?<br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 13, 2016 at 5:11 PM, Eugene Wissner via Digitalmars-d-announce <span dir="ltr"><<a href="mailto:digitalmars-d-announce@puremagic.com" target="_blank">digitalmars-d-announce@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Saturday, 13 February 2016 at 12:57:50 UTC, Sönke Ludwig wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Am 13.02.2016 um 11:03 schrieb Eugene Wissner:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Saturday, 13 February 2016 at 05:02:07 UTC, Piotr Szturmaj wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Ddb is a relational database client for D [1]. Currently it only<br>
supports PostgreSQL but is not limited to it. It could be extended to<br>
support other backends.<br>
<br>
Built-in postgres client is a native implementation, that is it does<br>
not depend on libpq. Instead it communicates directly with the server<br>
avoiding text serialization and parsing overhead (PostgreSQL protocol<br>
is stable and well documented).<br>
<br>
I don't use it and I don't work on it anymore. Simply because I'm busy<br>
with other things and that things don't involve any RDBMS support.<br>
<br>
It has some user base, few contributors and 22 forks on github.<br>
Unfortunately, I could not handle pull requests and issues in a<br>
reasonable time and that's why I'm posting this here. I hope someone<br>
could take over this project and improve it.<br>
<br>
If you are interested, please either respond here or email me.<br>
<br>
[1] <a href="https://github.com/pszturmaj/ddb" rel="noreferrer" target="_blank">https://github.com/pszturmaj/ddb</a><br>
</blockquote>
<br>
Hey. I'm interested. I'm a web developer and PostgreSQL is my database<br>
of choice. I also like the idea of a native implementation.<br>
The only problem is that I'm currently a beginner in D programming (but<br>
not a beginner in PostgreSQL).<br>
But since I'll need some kind of D <-> PostgreSQL bindings for my new<br>
project, I would be glad if I could help.<br>
</blockquote>
<br>
BTW, I'd recommend to start a new organization on GitHub for this, which makes it much easier to manage ownership changes later on, if necessary. It also gives the main repository a more official appearance.<br>
</blockquote>
<br></div></div>
Indeed. I have a fresh organization where I maintain D code: <a href="https://github.com/caraus-ecms" rel="noreferrer" target="_blank">https://github.com/caraus-ecms</a>. I could move it there and add pszturmaj to the organization.<br>
</blockquote></div><br></div>