aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/database.ixx
blob: 04fcb1680a691878185efa8861435d3bcb25f02d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// file      : odb/pgsql/database.ixx
// author    : Constantin Michael <constantin@codesynthesis.com>
// 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_type> database::
    // connection ()
    // {
    //   return factory_->connect ();
    // }
  }
}