There was an error while loading. Please reload this page.
1 parent 818adbb commit d5a20e2Copy full SHA for d5a20e2
CHANGELOG.md
@@ -128,7 +128,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128
129
- `HasSqlType<T>: Database` is now `T: Type<Database>` to mirror `Encode` and `Decode`
130
131
- - `Query::fetch` (returned from `query()`) now returns a new `Cursor` type. `Cursor` is a custom `Stream` type where the
+ - `Query::fetch` (returned from `query()`) now returns a new `Cursor` type. `Cursor` is a Stream-like type where the
132
item type borrows into the stream (which itself borrows from connection). This means that using `query().fetch()` you can now
133
stream directly from the database with **zero-copy** and **zero-allocation**.
134
0 commit comments