SQLite DB Experience Anyone?
-
It sounds like SQLite is a nice database for standalone applications. Is this true for C#/NET apps? There are several NET wrappers out there for the DLL. Can someone give me some advice about what works and what does not? What NET wrapper should i get? Are there any pitfalls regarding set up and use that i should be aware of when developing C# apps?
-
It sounds like SQLite is a nice database for standalone applications. Is this true for C#/NET apps? There are several NET wrappers out there for the DLL. Can someone give me some advice about what works and what does not? What NET wrapper should i get? Are there any pitfalls regarding set up and use that i should be aware of when developing C# apps?
I use this library[^] for my Sqlite work. Seems to do the job well enough. Michael CP Blog [^] Development Blog [^]