There was an error while loading. Please reload this page.
1 parent 829f377 commit 19fc383Copy full SHA for 19fc383
CHANGELOG.md
@@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
- - Queries from the database are now zero-copy and no allocation beyond a shared read buffer
13
- for the TCP stream ( in other words, no per-query allocation ).
+ - Results from the database are now zero-copy and no allocation beyond a shared read buffer
+ for the TCP stream ( in other words, almost no per-query allocation ). Bind arguments still
14
+ do allocate a buffer per query.
15
16
- [[#129]] Add support for [SQLite](https://sqlite.org/index.html). Generated code should be very close to normal use of the C API.
17
0 commit comments