mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Tidy up SQLite support into ripple_sqlite
This commit is contained in:
29
modules/ripple_sqlite/ripple_sqlite.h
Normal file
29
modules/ripple_sqlite/ripple_sqlite.h
Normal file
@@ -0,0 +1,29 @@
|
||||
//------------------------------------------------------------------------------
|
||||
/*
|
||||
Copyright (c) 2011-2013, OpenCoin, Inc.
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
/** Include this to get the @ref ripple_sqlite module.
|
||||
|
||||
@file ripple_sqlite.h
|
||||
@ingroup ripple_sqlite
|
||||
*/
|
||||
|
||||
/** Sqlite3 support.
|
||||
|
||||
This module brings in the Sqlite embedded database engine.
|
||||
|
||||
@defgroup ripple_sqlite
|
||||
*/
|
||||
|
||||
#ifndef RIPPLE_SQLITE_RIPPLEHEADER
|
||||
#define RIPPLE_SQLITE_RIPPLEHEADER
|
||||
|
||||
#include "beast/modules/beast_core/system/beast_TargetPlatform.h"
|
||||
|
||||
#if ! RIPPLE_SQLITE_MODULE_INCLUDED
|
||||
#include "sqlite/sqlite3.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user