Db
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include <filesystem>
|
||||
#include <sqlite3.h> // Include SQLite header
|
||||
|
||||
namespace dropshell {
|
||||
namespace simple_object_storage {
|
||||
|
||||
class Server {
|
||||
public:
|
||||
@@ -41,6 +41,6 @@ private:
|
||||
// Removed _isInitialized - will rely on db_ pointer
|
||||
};
|
||||
|
||||
} // namespace dropshell
|
||||
} // namespace simple_object_storage
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user