// Copyright (c) 2022 Klemens D. Morgenstern // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_SQLITE_HPP #define BOOST_SQLITE_HPP /** @defgroup reference Reference * * This page contains the documentation of the sqlite high-level API. */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #if defined(BOOST_SQLITE_COMPILE_EXTENSION) #include #endif #endif //BOOST_SQLITE_HPP