Go to the documentation of this file.
32 #ifndef GUARD_SQLITE_CONNECTION_HPP_INCLUDED
33 #define GUARD_SQLITE_CONNECTION_HPP_INCLUDED
35 #include <boost/noncopyable.hpp>
65 void attach(std::string
const & db, std::string
const & database_alias);
72 void detach(std::string
const & database_alias);
76 void open(std::string
const & db);
83 #endif //GUARD_SQLITE_CONNECTION_HPP_INCLUDED