SQLite ported to .NET

    The size of the binary is 528KB versus 506KB of the original. Not bad.

    Performance is not impressive yet:

    TestC # -SQLiteSqlite
    Insert300K1300K
    Select1500K8450K
    Update60K300K
    Delete250K700K

    It is hoped that the rejection of P / Invoke and subsequent optimizations will do the trick.
    We follow the project and study it on Google Code
    code.google.com/p/csharp-sqlite


    Also popular now: