miniSql

创建
zgc123@gmail.com authored at 11/19/2023 1:40:15 AM
6136600
Tree
0 Parent(s)
Summary: 1 changed files with 20 additions and 0 deletions.
Added +20 -0
Added +20 -0
diff --git a/minisqlquery-master/src/Docs/Adding an SQLite Connection.md b/minisqlquery-master/src/Docs/Adding an SQLite Connection.md
new file mode 100644
index 0000000..2481cbe
--- /dev/null
+++ b/minisqlquery-master/src/Docs/Adding an SQLite Connection.md
@@ -0,0 +1,20 @@
+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)