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
-59Lines changed: 0 additions & 59 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ Provides an ADO.NET standard implementation for working with YDB, as well as nat
9
9
## Features
10
10
11
11
-**ADO.NET**: Full support for standard ADO.NET interfaces including DbConnection, DbCommand, DbDataReader, and more. This allows you to use familiar methods and patterns for database operations while leveraging the power and flexibility of YDB.
12
-
-**QueryClient**: A lightweight, high-performance native client for direct interaction with YDB tables.
13
12
14
13
## Versioning
15
14
@@ -64,64 +63,6 @@ while (await ydbDataReader.ReadAsync())
64
63
}
65
64
```
66
65
67
-
## Usage Native clients
68
-
69
-
To begin your work with YDB, create an instance of `Ydb.Sdk.Driver` class:
0 commit comments