8 responses to “SqlLite Linq Provider”

  1. jeffreyabecker

    Ok, so I looked at linq to sql, dblinq & stuff and figured a few things out.
    1) System.Data.Linq was intentionally broken. The extensibility interfaces where marked internal and this extensibility is officially not supported.

    2) DB_Linq is basically a re-implementation of the System.Data.Linq namespace.

    3) I do not like how DB_Linq is implemented. DB_Linq uses symbolic redefinition which points the classes at vendor specific implementations to abstract the database rather than a provider or factory model.

    4) Getting the data out of the DB into entities will be fairly straight forward. System.Data.SQLite defines a pretty reasonable set of sqlite -> .net mappings. The .net -> sqlite mapping is _much_ harder.

  2. Mono GSOC Projects: Linq to SQLite | For Once I Oneder

    [...] get in touch with the mentor/student of this project and share my experience (as the author of the current LINQ to SQLite component ). But contact info seemed hard to come by, so I thought I would post what I had [...]

  3. Jlove

    What dont you like DB the linq db? I found that after reading the tutorials at linqhelp.com I was able to get the data out of the db pretty easy.

  4. JCollum
  5. SC

    I followed the non-deprecated instructions at (http://kubasik.net/blog/2009/02/09/using-linq-to-sqlite-providers-updated/) but am confused how to do teh CRUD operations on a table.

    How to do?

    Help!

    Thanks.

  6. unluckboy

    I can not download linq 2 sqlite, very sorry to say that link is invalid. If the link is available, can send me e-mail?

    mwc@foxmail.com (Server location: China)

    Greatly appreciated!

    China boy,BuJi LongGang GuangDong

  7. SQLite on .NET in 3 minutes. Download to querying in no time flat. | MikeDuncan.com C# Dev tips, patterns and tools you can actually use.

    [...] – If you are rockin’ the 3.0 framework there is even a SQLite Linq provider. [...]

Leave a Reply