You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-46Lines changed: 42 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,71 +1,67 @@
1
1
2
-
# Introduction
2
+
# SQLite Cloud Client SDK for Go
3
3
4
-
The SQLite Cloud Client SDK for Go (sqlitecloud/go-sdk) is the Go Programming Language application programmer's interface to [SQLite Cloud](https://sqlitecloud.io/).
4
+
The SQLite Cloud Client SDK for Go (sqlitecloud/go-sdk) is the Go Programming Language application programmer's interface to [SQLite Cloud](https://sqlitecloud.io/). It is a set of library functions that allow client programs to pass queries and SQL commands to the SQLite Cloud backend server and to receive the results of these queries. In addition to the standard SQLite statements, several other [commands](https://docs.sqlitecloud.io/docs/commands) are supported.
5
5
6
-
It is a set of library functions that allow client programs to pass queries and SQL commands to the SQLite Cloud backend server and to receive the results of these queries. In addition to the standard SQLite statements, several other [commands](https://docs.sqlitecloud.io/docs/commands) are supported.
6
+
## Getting Started
7
7
8
-
#Getting Started
8
+
### Use the SQLite Cloud Client SDK in your Go code
9
9
10
-
## Use the SQLite Cloud Client SDK in your Go code
To get a valid connection string just follow these instructions:
74
+
To get a valid connection string, follow these instructions:
79
75
80
76
- Get a [SQLite Cloud](https://sqlitecloud.io/) account. See the [documentation](https://docs.sqlitecloud.io/docs/introduction/login) for details.
81
77
- Create a [SQLite Cloud project](https://docs.sqlitecloud.io/docs/introduction/projects)
82
78
- Create a [SQLite Cloud database](https://docs.sqlitecloud.io/docs/introduction/databases)
83
-
- Get the connection string by clicking on the node address in the [Dashboard Nodes](https://docs.sqlitecloud.io/docs/introduction/nodes) section. A valid connection string for twill be copied in your clipboard.
84
-
-add the database name to your connection string
79
+
- Get the connection string by clicking on the node address in the [Dashboard Nodes](https://docs.sqlitecloud.io/docs/introduction/nodes) section. A valid connection string will be copied to your clipboard.
80
+
- Add the database name to your connection string.
0 commit comments