From: <reh...@t-...> - 2002-10-07 08:13:35
|
Hello, I am currently trying to write a relational C library on top of Berkeley DB. The idea is to provide a library that provides tables(relvars), tuples etc. together with a relational algebra. Transactions are available via Berkeley DB. The final goal is to be as D compliant as it is possible for a C library. D compliance has priority over performance, but I think the latter will also improve over time. The library could be used directly by a C/C++ programer (or even from some other programming language) or to implement a language like Tutorial D on top of it. I work on it in my spare time and I don't know how far I will get but in the moment I am quite optimistic that I can produce something presentable in the next months. -- René |