Hacker News new | ask | show | jobs
by mataniko 3106 days ago
I needed a small for my C# MAME frontend IV/Play, it didn't matter if it was relational on not. I picked this over SQLite because it's a single native DLL with no dependencies. It also supports POCO mappings (think serialization) which usually requires some ORM type package.

SQLite in .NET is still a little messy - there are several versions in various state of support, and they all depend on multiple packages.