11/19/2023
创建
|
Adding an SQLite Connection
===========================
Click *Add*.
Select an SQLite Provider, in this example I am leaving it as "System.Data.SQLite" (http://sqlite.org/).
Enter a *Name* for the connection, e.g. "SQLite Example".
Set the “Data source” value to the SQLite filename, if it does not exist the SQLite provider will create it.
![Add SQLite connection](https://github.com/paul-kohler-au/minisqlquery/blob/master/src/Docs/Mini-SQL-Query--Edit-Connection-Strings--Add-SQLite-connection.png)
You can use the *"Test..."* button to confirm the connectivity.
See the [http://system.data.sqlite.org/index.html/doc/trunk/www/faq.wiki](http://system.data.sqlite.org/index.html/doc/trunk/www/faq.wiki) site for more detailed information on this provider.
Press *OK* and you will return to the “Database Connection List Editor” and you will see the new item in the list. Press *OK* here to return to Mini SQL Query.
[Quickstart](https://github.com/paul-kohler-au/minisqlquery/blob/master/src/Docs/Quickstart.md)
|