shlogg · Early preview
Nader Elshehabi @naderelshehabi

Comparing LiteDB And SQLite Performance In .NET MAUI Apps

Comparing LiteDB & SQLite performance in .NET MAUI apps. Check out this testing project: clone, deploy, and run to see metrics for insertion time, query time, and more.

Hello Devs.
It's been a while since I wrote anything on this lovely platform.
Recently I've been working on a personal project for developing an app using .NEt MAUI framekwork. I've been looking for options for local storage, and of course the two big contenders are LiteDB, and SQLite. Both are great projects with much to offer.
I'm not going to compare both since they have completely different use cases -one for NoSQL document based, and the other is relational DB-. Each database has pros and cons, and use cases, and there are tons of materials out there that discuss in depth the benefits and...