Skip to content

Commit e8295b3

Browse files
committed
SQL.md
1 parent 3342abb commit e8295b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SQL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ if err = rows.Err(); err != nil { // always check final rows err
113113

114114
### Queries on transaction object <a name="queries-tx"></a>
115115

116+
`database/sql` driver over `ydb-go-sdk/v3` supports next isolation leveles:
116117
- read-write (mapped to `SerializableReadWrite` transaction control)
117118
```go
118119
rw := sql.TxOption{

0 commit comments

Comments
 (0)