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
Re: [boost] Interest in an ODBC library?
by Brock Peabody other posts by this author
Aug 14 2005 3:26PM messages near this date
Re: [boost] Interest in an ODBC library? | Re: [boost] Interest in an ODBC library?
SOURCE This has taken me longer to get to than I thought, but here it is.  The
zip file contains three units:

1) Boost.Database - a minimalist abstract database interface.  The
interface (boost::db::database in database.hpp) really exposes two main
methods:  one performs execute queries, and one performs queries that
return data sets.  These are called row_sets and provide a random access
container interface.  The interface also provides start/commit/rollback
transaction functions.  These are implemented with execute queries but
are included to allow reference counted, nested transactions.

2) Boost.Database.Postgresql - an implementation of the above interface
for postgresql

3) test - a small program that opens and queries a postgresql database.

I've compiled this on VC 7.1 but I don't think there's anything that
won't work on another platform.

Let me know what you think,

Brock

>  -----Original Message-----
>  On Behalf Of Caleb Epstein
>  Sent: Wednesday, August 03, 2005 4:24 PM
>  To: boost@[...].org
>  Subject: Re: [boost] Interest in an ODBC library?
>  
>  On 8/3/05, Brock Peabody <brock.peabody@[...].com> wrote:
>  
>  > Where do you think would be a good place to start?  I could put
together
>  > and post an abstract database interface with a postgresql
implementation
>  > for starters.
>  
>  Sounds like a perfect start to me!
Attachments:
unknown1
unknown2

Thread:
Brian Braatz
Brock Peabody
Caleb Epstein
Brock Peabody
Caleb Epstein
Brock Peabody
Jonathan Wakely
Daryle Walker
Jonathan Wakely
Brock Peabody
Jonathan Wakely
Jonathan Wakely
Brock Peabody
Caleb Epstein
Caleb Epstein
Brock Peabody
Jonathan Wakely
Brock Peabody

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