Skip to content

Commit 1a11a01

Browse files
authored
Rebrand Sql Query to Data Engine (#29)
1 parent 59dc194 commit 1a11a01

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[![Build Status](https://travis-ci.com/IBM/sql-query-go-sdk.svg?branch=main)](https://travis-ci.com/IBM/sql-query-go-sdk)
22
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
33

4-
# IBM Cloud SqlQuery Go SDK Version 0.1.11
5-
The IBM Cloud SqlQuery Go SDK allows developers to programmatically interact with [IBM Cloud SQL Query](https://cloud.ibm.com/apidocs/sql-query).
4+
# IBM Cloud Data Engine Go SDK Version 0.1.11
5+
The IBM Cloud Data Engine Go SDK allows developers to programmatically interact with [IBM Cloud Data Engine](https://cloud.ibm.com/apidocs/sql-query-v2).
66

77
Disclaimer: this SDK is being released initially as a **pre-release** version.
88
Changes might occur which impact applications that use this SDK.
@@ -37,11 +37,11 @@ Changes might occur which impact applications that use this SDK.
3737

3838
## Overview
3939

40-
The IBM Cloud SqlQuery Go SDK allows developers to programmatically interact with the following IBM Cloud services:
40+
The IBM Cloud Data Engine Go SDK allows developers to programmatically interact with the following IBM Cloud services:
4141

4242
Service Name | Package name
4343
--- | ---
44-
[SqlQuery Service](https://cloud.ibm.com/apidocs/sql-query) | sqlv2
44+
[Data Engine Service](https://cloud.ibm.com/apidocs/sql-query-v2) | sqlv2
4545

4646
## Prerequisites
4747

@@ -54,7 +54,7 @@ Service Name | Package name
5454
## Installation
5555
The current version of this SDK: 0.1.11
5656

57-
There are a few different ways to download and install IBM Cloud SqlQuery Go SDK project for use by your
57+
There are a few different ways to download and install IBM Cloud Data Engine Go SDK project for use by your
5858
Go application:
5959

6060
#### `go get` command

0 commit comments

Comments
 (0)