📜 ⬆️ ⬇️

SQLite is ported to .NET

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

Performance is not impressive yet:

TestC # -SQLiteSqlite
Insert300K1300K
Select1500K8450K
Update60K300K
Delete250K700K

It remains to hope that the rejection of P / Invoke and the subsequent optimization will do its job.
We follow the project and study it on Google Code
code.google.com/p/csharp-sqlite
')

Source: https://habr.com/ru/post/66453/


All Articles