mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
.
This commit is contained in:
11
database/SqliteDatabase.h
Normal file
11
database/SqliteDatabase.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "database.h"
|
||||
|
||||
class SqliteDatabase : public Database
|
||||
{
|
||||
public:
|
||||
SqliteDatabase();
|
||||
|
||||
|
||||
void escape(unsigned char* start,int size,std::string& retStr);
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user