aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/forward.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-09-06Support for views; native partBoris Kolpackov1-0/+3
2011-08-21Add odb::connection classBoris Kolpackov1-0/+12
This abstract class represents a connection to the database. One can use it to start a transaction or to execute a native statement out of a transaction. Before we had concrete connection classes in the database runtime libraries (e.g., odb::mysql::connection). Now these classes derive from odb::connection.
2011-05-05Add pgsql database implementationConstantin Michael1-0/+36