ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> boost
boost
[boost] Re: Generic Database Interface
by Arkadiy Vertleyb other posts by this author
Sep 22 2003 1:27AM messages near this date
[boost] Re: Generic Database Interface | [boost] Re: Generic Database Interface
Daron,

I don't know what your exact requirements are, but as far as "some type of
database library" you may be interested in our "Relational Template
Library", which is kind of in-memory database.   This library allows you
define relational tables that can hold C++ objects in their fields.

You can then define relational operators, combining tables in relational
expressions.  You can also index any tables or any expressions, and perform
range queries on them.

You can also serialize/deserialize those tables.

A version of the library containing the above features was discussed on
Boost, and is located in the files section:

http://f2.grp.yahoofs.com/v1/kEluP10tFyqxkZ9PZHjirg-UYIPlXNkTHOTitYg3EBtOV2R
VGx2qQCdZhR3GS2d54n4Plk8u29U6mY4dYtVGHgsDH-fy59fNpKRY7A/tables.zip

We are currently close to introducing a new version of the library, that
will contain basic transactions capabilities.  This will involve
synchronized updates of tables, as well as automatic index update.

We will also make the library closer to the Boost requirements, that will
involve better reuse of other Boost libraries, mainly MPL and Iterator
Adaptors (we need Iterator Facade to become official part of Boost).

Regards,

Arkadiy



"Daron Anderson" <dnanderson@[...].net>  wrote in message
news:bkih0b$bk$1@[...]..
>  Boosters,
> 
>  Has anyone implemented/proposed/discussed a generic database interface or
>  some type of database library?
> 
>  Thanks!
> 
> 
> 
>  _______________________________________________
>  Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost
> 



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Daron Anderson
Daron Anderson
Arkadiy Vertleyb
Bohdan

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved