aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/connection-factory.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-08-28Add create() hook to connection factoriesBoris Kolpackov1-7/+17
This will allow the user to either establish the connection themselves (using the handle c-tor) and/or configure the connection post-creation.
2011-08-21Add odb::connection classBoris Kolpackov1-3/+3
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-11Add connection and connection factory implementationsConstantin Michael1-0/+154