12#ifndef joedb_db_encoded_file_Readonly_Database_declared
13#define joedb_db_encoded_file_Readonly_Database_declared
Store all the tables of the database.
void initialize_with_readonly_journal(joedb::Readonly_Journal &journal)
Load a database from a read-only file.
Readonly_Database(joedb::Buffered_File &&file)
Readonly_Database(const std::string &file_name)
Readonly_Database(const char *file_name)
Readonly_Database(joedb::Buffered_File &file)
Readonly_Database(joedb::Readonly_Journal &&journal)
Readonly_Database(joedb::Readonly_Journal &journal)
@ read_existing
fails if does not exist
Automatically generated by joedbc.