Xia Miaoren

Results 11 comments of Xia Miaoren

Is the function implemented now or in the near future?

I would like to invent a concept `virtual storage`, something like the following: ```c++ auto storage1 = make_storage(...); auto storage2 = make_storage(...); auto storage3 = attatch(storage1, storage2,...); // combine several...

The key difficulty is how to distinguish when two databases have tables use same schema. For example: ``` struct Employee{ int id; std::string name; }; auto storage1 = make_storage(..., make_table("t1",...

It is nice to implement this feature through alias.

It is better to use compile time check, especially with C++20 concept. Therefore, I perfer to use ways with more static check, although it may complicate code in some cases.

不知道动态图支持的pgl2版本的文档何时能够更新

不知道这个还支持海光的DCU吗?RCCL错误 ![1666609019281](https://user-images.githubusercontent.com/18632312/197510871-b9987d6d-5dae-4a4a-906c-2f129e586029.png)