Skip to content

Instantly share code, notes, and snippets.

@Nemikolh
Nemikolh / odbtest.cpp
Created October 30, 2013 14:31
Simplest sample to use odb with multiple databases.
#include <string>
#include <memory>
#include <iostream>
#include <odb/database.hxx>
#include <odb/transaction.hxx>
#include <odb/mysql/database.hxx>
#include <odb/sqlite/database.hxx>