Christian Celso Bewzenko

Results 2 comments of Christian Celso Bewzenko

While checking some parts of LiteDB source code related to database instantiation, I've noticed that they already have some string patterns on connection string (`:temp:` and `memory`) to internally handle...

Hi @carkcib1 , After looking with more attention, I solved the problem by declaring a custom document property type such as: ```csharp /// /// Represents a document text property with...