-
Notifications
You must be signed in to change notification settings - Fork 15
/
nosql.go
30 lines (19 loc) · 972 Bytes
/
nosql.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//
// Copyright (c) 2019, 2024 Oracle and/or its affiliates. All rights reserved.
//
// Licensed under the Universal Permissive License v 1.0 as shown at
// https://oss.oracle.com/licenses/upl/
//
/*
This is the official Go SDK for Oracle NoSQL.
More detailed information can be viewed at: https://github.com/oracle/nosql-go-sdk/blob/master/README.md
Installation
Refer to https://github.com/oracle/nosql-go-sdk/blob/master/README.md#installation for installation instructions.
Configuration
Refer to https://github.com/oracle/nosql-go-sdk/blob/master/README.md#configuring-the-sdk for configuration instructions.
Full Example
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.
Working with Tables
See https://github.com/oracle/nosql-go-sdk/blob/master/doc/tables.md for a tutorial that uses tables to store and retrieve data.
*/
package nosql