mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-06 05:42:38 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
818adbb0a7
commit
d5a20e2358
@ -128,7 +128,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- `HasSqlType<T>: Database` is now `T: Type<Database>` to mirror `Encode` and `Decode`
|
||||
|
||||
- `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
|
||||
item type borrows into the stream (which itself borrows from connection). This means that using `query().fetch()` you can now
|
||||
stream directly from the database with **zero-copy** and **zero-allocation**.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user