mbdavid / LiteDB

LiteDB - A .NET NoSQL Document Store in a single data file
http://www.litedb.org
MIT License
8.62k stars 1.25k forks source link

[QUESTION] How can I open a connection in shared mode without using the Connection key in connection string #2399

Open zorgoz opened 11 months ago

zorgoz commented 11 months ago

I was looking for a Connection property of LiteDatabase, or LiteEngine or EngineSettings or any constructor parameter that corresponds to the shared mode setting, but couldn't find any. Is there any?