C# Winform SQLite study notes

foreword

Recently, I am learning C#winform programming. I plan to connect it with a single-chip microcomputer to build a temperature and humidity monitoring system. When storing temperature and humidity information, I need to use a database. Based on the principle of lightness and ease of use, I finally focus on Access and Sqlite. After many comparisons, Sqlite was chosen as the final solution.

I'm a rookie, learning to record and communicate, and please correct me if I am wrong.

This study mainly refers to the Sqlite official website and the rookie tutorial .

first time Basic introduction to SQLite
part two

Database additions, deletions, and modifications

 

 

 

Guess you like

Origin blog.csdn.net/YiBYiH/article/details/115922318