a question about LiteDB
-
I plan to use this LiteDB in my small application, but can not find LiteDB.dll to download. show I download source code to build my own version of LiteDB.dll, or just use nuget package to install for my project?
diligent hands rule....
-
I plan to use this LiteDB in my small application, but can not find LiteDB.dll to download. show I download source code to build my own version of LiteDB.dll, or just use nuget package to install for my project?
diligent hands rule....
Nah.
-
I plan to use this LiteDB in my small application, but can not find LiteDB.dll to download. show I download source code to build my own version of LiteDB.dll, or just use nuget package to install for my project?
diligent hands rule....
You can find it here: best-databases-for-a-small-net-application#6[^]
-
I plan to use this LiteDB in my small application, but can not find LiteDB.dll to download. show I download source code to build my own version of LiteDB.dll, or just use nuget package to install for my project?
diligent hands rule....
-
I plan to use this LiteDB in my small application, but can not find LiteDB.dll to download. show I download source code to build my own version of LiteDB.dll, or just use nuget package to install for my project?
diligent hands rule....
Is that lighter than SQLite, heavier, or about the same?
"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I
-
Is that lighter than SQLite, heavier, or about the same?
"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I
lighter than SQLite I believe...
diligent hands rule....
-
You can find it here: best-databases-for-a-small-net-application#6[^]
on that page, I can not find where to download DLL. maybe I missed something...
diligent hands rule....
-
thanks for the link. I build it in VS2019 and tested the DLL. it is working well...
diligent hands rule....
-
on that page, I can not find where to download DLL. maybe I missed something...
diligent hands rule....
Usually it is installed from Visual Studio - Tools - NuGet Package Manager - Manage NuGet Packages then browse for LiteDB. You can also download the source code here: Release v5.0.12 · mbdavid/LiteDB · GitHub[^]
-
Usually it is installed from Visual Studio - Tools - NuGet Package Manager - Manage NuGet Packages then browse for LiteDB. You can also download the source code here: Release v5.0.12 · mbdavid/LiteDB · GitHub[^]
thanks, I build my own version of DLL and so far it is working...
diligent hands rule....