LiteDB-vNext icon indicating copy to clipboard operation
LiteDB-vNext copied to clipboard

A Idea for Litedb

Open sgf opened this issue 3 years ago • 1 comments

recently,im use litedb with the 3rd library(FlUrl). im use it silmulate request access website. thats a CookicJar class with a Dictionary<string,FlurlCookie> Members. but FlurlCookie has no constructor,so litedb throw exception(when DeSerialization).

now i have idea,let litedb support class without public default constructor. when in Serializaton/DeSerialization,litedb store/read all fields and auto-properties(with empty get/set). If this goal can be achieved, it will greatly increase the usage scenarios and increase the convenience of use.

we clould use some api like this:

GetUninitializedObject
FieldInfo.SetValue

sgf avatar Jul 25 '22 15:07 sgf

Column Store support,We can refer from duckdb

sgf avatar Jun 08 '23 10:06 sgf