LINQ with SQLite (linqtosql)

前端 未结 9 1897
轮回少年
轮回少年 2020-11-28 03:30

I have a small project that require a storage (I choose SQLite) and I got good result with the ADO DLL for .Net for Sqlite.

After the Install, I noticed that it conta

9条回答
  •  萌比男神i
    2020-11-28 03:54

    There's a package on NuGet called "LINQ to SQLite". I haven't tried it, but it seems fresh.

    https://www.nuget.org/packages/linq2db.SQLite/

提交回复
热议问题