What is the best way to connect and use a sqlite database from C#

前端 未结 9 1003
执笔经年
执笔经年 2020-11-29 19:24

I\'ve done this before in C++ by including sqlite.h but is there a similarly easy way in C#?

9条回答
  •  心在旅途
    2020-11-29 20:06

    ADO.NET 2.0 Provider for SQLite has over 200 downloads every day, so I think you are safe using that one.

提交回复
热议问题