Good embedded database solution (like SQLite) for .Net

前端 未结 5 1678
轻奢々
轻奢々 2021-01-02 18:53

I am looking for file based storage solutions that I can use with a .Net project. THey need to have a sql-like interface for storing and retrieving data. They need to have

5条回答
  •  攒了一身酷
    2021-01-02 19:15

    From your requirements I would definitely recommend sticking with SQLite. We use it extensively and have found it to be a huge advantage over other options. Single DLL, integrates really really well with .NET, and is very fast.

提交回复
热议问题