vote up 0 vote down star

Hi,

Regarding starting to use SQLite within C# Visual Studio 2008 for a winforms application, it seems from the sqlite site you have to download a sqlite ado.net provider, and there are numerous listed (in .net section of sqlite wrappers)

QUESTION - Which is the most popular/robust sqlite wrapper that people are using? Some from the list seem to include:

I'm not sure yet whether I should want or need support for LINQ or EntityFramework. Most fundamental requirement is just one that allows me to work with a few tables worth of data from the sqlite database within VS2008 easily.

Thanks

flag

71% accept rate
oh - some of these might not be free it seems - I'd really prefer a 'free' option if it were solid – Greg Oct 11 at 0:30

1 Answer

vote up 0 vote down

I have been using phxsoftware alot with C# applications. I works very fast, even with large (ten of thousands) tables. It is also .NET 2 compliant, if that is an issue.

As to the free issue, this package is free.

link|flag
Am - are you using LINQ or EntityFramework, or just sticking to using the System.Data.SQLite classes? I'm wondering for my simple few tables whether it's worth trying to wrap my head around using LINQ or EntityFramework (if it's possible with the wrapper) – Greg Oct 11 at 0:38
I`m using the the SQLite classes. They are standard to the C# data classes, and have all the standard DataProvider, Parameter, etc. – Am Oct 11 at 0:48

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.