Joedb 10.0.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Memory_Database.h
Go to the documentation of this file.
1/////////////////////////////////////////////////////////////////////////////
2//
3// This code was automatically generated by the joedb compiler
4// https://www.joedb.org/
5//
6// Path to compiler: /home/rcoulom/repos/monitor/compcmake/gcc_release_20/joedbc
7// Version: 10.1.0
8// joedbc compilation time: Aug 28 2025 16:11:22
9// Generation of this file: 2025-08-28 14:12:12 GMT
10//
11/////////////////////////////////////////////////////////////////////////////
12#ifndef joedb_db_encoded_file_Memory_Database_declared
13#define joedb_db_encoded_file_Memory_Database_declared
14
15#include "Writable_Database.h"
17
19{
20 /// Shortcut to directly build a @ref Writable_Database with a Memory_File
22 {
23 public:
27
28 void pull()
29 {
30 journal.pull();
31 play_journal();
32 }
33 };
34}
35
36#endif
Shortcut to directly build a Writable_Database with a Memory_File.
A Database that contains a joedb::Writable_Journal and keeps them in sync.
Automatically generated by joedbc.
Definition Client.h:19
Definition Blob.h:7