Skip to content

Commit ffe4e4f

Browse files
committed
Add links to "Working with Tables" in README and package doc.
1 parent 5e8bc8a commit ffe4e4f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,13 @@ go build -o quickstart
508508
./quickstart
509509
```
510510
511-
For more details on how to configure applications to connect to different supported
512-
environments, see [How to Connect Tutorial](https://github.com/oracle/nosql-go-sdk/blob/master/doc/connect.md).
511+
See also:
512+
513+
* [Connecting Your Application](https://github.com/oracle/nosql-go-sdk/blob/master/doc/connect.md)
514+
for details on how to configure applications to connect to different supported
515+
environments.
516+
* [Working with Tables](https://github.com/oracle/nosql-go-sdk/blob/master/doc/tables.md)
517+
for details on how to use tables to store and retrieve data.
513518
514519
## API Reference
515520

nosql.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Full Example
2424
2525
See https://github.com/oracle/nosql-go-sdk/blob/master/README.md#simple-example for an example program that uses the Go SDK to interact with an Oracle NoSQL database.
2626
27+
Working with Tables
28+
29+
See https://github.com/oracle/nosql-go-sdk/blob/master/doc/tables.md for a tutorial that uses tables to store and retrieve data.
2730
2831
*/
2932
package nosql

0 commit comments

Comments
 (0)