We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3342abb commit e8295b3Copy full SHA for e8295b3
SQL.md
@@ -113,6 +113,7 @@ if err = rows.Err(); err != nil { // always check final rows err
113
114
### Queries on transaction object <a name="queries-tx"></a>
115
116
+`database/sql` driver over `ydb-go-sdk/v3` supports next isolation leveles:
117
- read-write (mapped to `SerializableReadWrite` transaction control)
118
```go
119
rw := sql.TxOption{
0 commit comments