Re: [sqlite] sqlite.net (a.k.a. System.Data.SQLite) support

2014-06-22 Thread Sean McBride
You are using the straight SQLite classes to execute commands and such. Why not use EF6 and use SQLite as a data source. All the visual studio stuff works with it just the same a SQL server. If you can use .Net 4.0 or 4.5 then that is the way to go. You can use the EF 6 entity diagrams to

[sqlite] .Net 3.5.1

2014-06-19 Thread Sean McBride
I would be eternally grateful if someone would help me with this issue. This is something that I’ve been banging my head against for a while now. In my current project, we need to support .Net 3.5.1. This obviously means I cannot use SQLite EF6 support, but LINQ is still supposed to be

Re: [sqlite] Provider not showing up in .Net Model import wizard

2014-04-24 Thread Sean McBride
am missing that would make this show up there? Thanks Sean On Apr 24, 2014, at 1:01 PM, Joe Mistachkin <sql...@mistachkin.com> wrote: > > Sean McBride wrote: >> >> I installed the NuGet packages (the one with all 3 modules) into my C# > project. >> >>

[sqlite] Provider not showing up in .Net Model import wizard

2014-04-24 Thread Sean McBride
First, I am a long time SQLite user, (first time on .Net). I installed the NuGet packages (the one with all 3 modules) into my C# project. I want to import an existing SQLite DB and create a Entity Data Model from it. But, when I try to generate from database, the data source and provider do