mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-07-02 00:20:22 +02:00
Prepare statements at startup and finalize them
This commit is contained in:
@ -12,6 +12,9 @@ public:
|
||||
~DBSQLite3();
|
||||
private:
|
||||
sqlite3 *m_db;
|
||||
|
||||
sqlite3_stmt *stmt_get_block_pos;
|
||||
sqlite3_stmt *stmt_get_blocks;
|
||||
};
|
||||
|
||||
#endif // _DB_SQLITE3_H
|
||||
|
Reference in New Issue
Block a user