SQLite ported to .NET
The size of the binary is 528KB versus 506KB of the original. Not bad.
Performance is not impressive yet:
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
Performance is not impressive yet:
Test | C # -SQLite | Sqlite |
Insert | 300K | 1300K |
Select | 1500K | 8450K |
Update | 60K | 300K |
Delete | 250K | 700K |
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