From 77bbae6038d20576a4807ed8ca834685a1e85afa Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 3 May 2011 12:26:33 +0200 Subject: Add pgsql database implementation --- odb/pgsql/database.ixx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 odb/pgsql/database.ixx (limited to 'odb/pgsql/database.ixx') diff --git a/odb/pgsql/database.ixx b/odb/pgsql/database.ixx new file mode 100644 index 0000000..04fcb16 --- /dev/null +++ b/odb/pgsql/database.ixx @@ -0,0 +1,18 @@ +// file : odb/pgsql/database.ixx +// author : Constantin Michael +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +namespace odb +{ + namespace pgsql + { + // @@ Implement on completion of supporting code. + // + // inline details::shared_ptr database:: + // connection () + // { + // return factory_->connect (); + // } + } +} -- cgit v1.1