LINQ with SQLite (linqtosql)

前端 未结 9 1880
轮回少年
轮回少年 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条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-28 03:41

    With EntityFramework 7 the support for SqLite improved and it is possible to use the EntityFramework.Commands to create some migrations. Here is a Tutorial:

    https://xamlbrewer.wordpress.com/2016/06/01/getting-started-with-sqlite-and-entity-framework-on-uwp/

    As a prerequisite at least PowerShell3 should be installed.

提交回复
热议问题