~couch/aykroyd

v0.3.0 1 year, 10 days ago .tar.gz browse log

v0.3.0 Release

Upgrading from v0.2.0
=====================

- The PostgreSQL clients have moved.  Change all references from
  `aykroyd::sync_client` to `aykroyd::postgres`, and
  `aykroyd::async_client` to `aykroyd::tokio_potsgres`.  The
  crate features have the same name as the module and backing crate.
- The derive macros' helper attribute has been renamed.  Change uses of
  `#[query]` to `#[aykroyd]`.
- Explicit column indexes are now only supported if every field is annotated.
  Ensure any use of explicit column indexes marks each field in the struct.
- Queries loaded from file are now found in the `queries/` directory, relative
  to the crate root.  Ensure all query files are in this location.

See the [project changelog][0] for more details.

[0]: https://git.sr.ht/~couch/aykroyd/tree/main/item/CHANGELOG.md

v0.3-rc.1 1 year, 21 days ago .tar.gz browse log

v0.3-rc.1

v0.2.0 1 year, 1 month ago .tar.gz browse log

aykroyd v0.2.0

v0.1.1 1 year, 1 month ago .tar.gz browse log

rustdoc feature indicators

v0.1.0 1 year, 1 month ago .tar.gz browse log

dep on derive version

Branches

main
293a26cd — Andrew Dona-Couch 11 months ago
v0.3
ccb470b9 — Andrew Dona-Couch 1 year, 28 days ago
v2
0a420363 — Andrew Dona-Couch 1 year, 30 days ago
2023-04/migrate-embedding-v2
4e11edd3 — Andrew Dona-Couch 1 year, 8 months ago
2023-03/migrate
671af340 — Andrew Dona-Couch 1 year, 9 months ago
Do not follow this link