问题
I want to develop an application based on SQLLite
but I'm unable to find any tutorials.
How to use system.data.sqlite
in C#?
Please recommend good tutorials.
回答1:
You can find a tutorial for SQLite in this link: http://blog.tigrangasparian.com/2012/02/09/getting-started-with-sqlite-in-c-part-one/
You can learn how to create tables, insert and read data from SQLlite Database in c#
来源:https://stackoverflow.com/questions/34470583/system-data-sqlite-tutorial-for-c-sharp