Entity Framework 6 + SQLite

前端 未结 5 1840
醉话见心
醉话见心 2020-12-10 04:07

I\'m trying to use EF6 alpha and SQLite 1.0.66.0

My .config file:


   

        
5条回答
  •  死守一世寂寞
    2020-12-10 05:10

    I put working solution of EF 6.0 with Sqlite on my Bitbucket account: https://zchpit@bitbucket.org/zchpit/sqlitesamples.git

    or git https://github.com/zchpit/SQLiteSamples

    You can download working solution from that git repository. In my solution, I connect to Sqlite by:

    • Data Reader
    • Simple.Data
    • EF 6.0

    p.s. my App.config

    
    
      
        
        

提交回复
热议问题