Generating SQLite Database from Model at VS 2015 & EF7

后端 未结 1 1049
感情败类
感情败类 2020-12-31 17:03

I\'m trying to make Windows Presentation Foundation application, utilizing Entity Framework 7 & SQLite Database File. I\'ve made *.edmx model, but when trying to generat

相关标签:
1条回答
  • 2020-12-31 18:05

    You need to download a setup package from the SQLite.org. The only one I got it working with was sqlite-netFx46-setup-bundle-x86-2015-1.0.98.0.exe (The 64x version didn't do it).



    You might also want to get the "SQL Server Compact/SQLite Toolbox" extension for Visual Studio (Tools/Extensions and Updates..). With it you can export tables from MS Sql (beta) among other things. It does work for most tables, had difficulties for tables with multiple primary keys in them (composite keys) though.

    0 讨论(0)
提交回复
热议问题