aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/connection-factory.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-08-21Add odb::connection classBoris Kolpackov1-5/+5
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-03-29Add single_connection_factoryBoris Kolpackov1-0/+61
2011-03-29Support for shared cache and unlock notificationBoris Kolpackov1-5/+19
2011-03-21Add base SQLite database classesBoris Kolpackov1-0/+161