Wrap ladybug v0.12.2.

This commit is contained in:
Mahlon E. Smith 2025-11-15 16:38:21 -08:00
parent 363ba15be4
commit e2c64a0746
Signed by: mahlon
SSH key fingerprint: SHA256:dP84sRGKZRpOOiPD/+GuOq+SHSxEw9qi5BWLQobaHm0
7 changed files with 72 additions and 63 deletions

View file

@ -45,6 +45,7 @@ October of 2025. Previous versions used a "Kuzu" namespace.
| Ladybug Library Version | Nim Ladybug Minimum Version |
| ----------------------- | --------------------------- |
| v0.12.0 | v0.7.0 |
| v0.12.2 | v0.8.0 |
You can use the `lbugVersionCompatible()` function (along with the
@ -569,8 +570,8 @@ for row in res:
### Blobs
Ladybug can store small chunks of opaque binary data. For these BLOB columns,
using `toBlob` will return the raw sequence of bytes.
Ladybug can store chunks of opaque binary data. For these BLOB columns, using
`toBlob` will return the raw sequence of bytes.
```nim
var q = conn.query """