1
0
mirror of https://github.com/YuhangQ/InvoDB.git synced 2025-04-30 03:33:12 +00:00

创建 collection

This commit is contained in:
YuhangQ 2021-10-24 13:01:06 +08:00
parent 6cb59287d7
commit 404e2ab90c

@ -19,6 +19,8 @@ void Collection::insert(JSON &json) {
json.AddMember(" __Invo_ID__", invoid, allocator);
}
Logger::info<std::string>(json.ToString());
}