What is the best way to connect and use a sqlite database from C#
53
I've done this before in C++ by including sqlite.h but is there a similarly easy way in C#?
I've done this before in C++ by including sqlite.h but is there a similarly easy way in C#?