Good embedded database solution (like SQLite) for .Net

前端 未结 5 1680
轻奢々
轻奢々 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:22

    You can also check Firebird who has good dotnet driver

    The embedded version is an amazing variation of the server. It is a fully featured Firebird server packed in just a few files.

    dotnet driver here

提交回复
热议问题