Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Oct 22, 2021
1 parent e818c4a commit 709cfe4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
3. [Prerequisites](#Prerequisites)
4. [Installation](#Install)
5. [Usage](#Usage)
* [Native API](#Native)
* [Database/sql API](#database-sql)
6. [Credentials](#Credentials)
7. [Examples](#examples)

Expand Down Expand Up @@ -55,8 +53,6 @@ go get -u github.com/ydb-platform/ydb-go-sdk/v3

## Usage <a name="Usage"></a>

## Native usage <a name="Native"></a>

The straightforward example of querying data may look similar to this:

```go
Expand Down Expand Up @@ -168,15 +164,6 @@ That is, instead of manual creation of `table.Session`, we give a
`table.Client` such responsibility. It holds instances of active sessions and
"pings" them periodically to keep them alive.

### Database/sql driver <a name="database-sql"></a>

There is a `database/sql` driver for the sql-based applications or those which
by some reasons need to use additional layer of abstraction between user code
and storage backend.

For more information please see the docs of `ydbsql` package which provides
`database/sql` driver implementation.

## Credentials <a name="Credentials"></a>

There are different variants to get `ydb.Credentials` object to get authorized.
Expand Down

0 comments on commit 709cfe4

Please sign in to comment.