mirror of
https://github.com/YuhangQ/InvoDB.git
synced 2025-01-28 23:50:59 +00:00
16 lines
202 B
C++
16 lines
202 B
C++
//
|
|
// Created by YuhangQ on 2021/9/24.
|
|
//
|
|
|
|
#include "main.h"
|
|
|
|
int main() {
|
|
VirtualStorage::loadDatabase("test.invodb");
|
|
VirtualStorage& storage = VirtualStorage::Instance();
|
|
|
|
|
|
|
|
|
|
|
|
return 0;
|
|
} |