mirror of https://github.com/VinGarcia/ksql.git
Update README
parent
9161634e7b
commit
c9a73d8ad1
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue