Update README

pull/26/head
Vinícius Garcia 2022-07-31 12:18:43 -03:00
parent 9161634e7b
commit c9a73d8ad1
1 changed files with 1 additions and 0 deletions

View File

@ -462,3 +462,4 @@ is configured to kill the containers after 20 seconds.
- Change the `.Transaction(db ksql.Provider)` to a `.Transaction(ctx context.Context)`
- Make the `.Query()` method to return a `type Query interface { One(); All(); Chunks(); }`
- Have an `Update()` method that updates without ignoring NULLs as `Patch()` does
- Rename `NewTable()` to just `Table()` so it feels right to declare it inline when convenient.