Use a template for type conversion checks.

FossilOrigin-Name: 2ea0a91c86c6e756460ba4c2345b9f56de03ff6ddd2c5a111a0b51a7d3739786
This commit is contained in:
Mahlon E. Smith 2025-04-26 21:12:45 +00:00
parent 30d60f2cd2
commit b0cdb4cfa2
3 changed files with 37 additions and 36 deletions

View file

@ -29,10 +29,10 @@ table to ensure you're using the correct version for your Kuzu
installation. I'll make a modest effort for backwards compatibility, and other
versions might work. Don't count too heavily on it. :-)
| Kuzu Library Version | Nim Kuzu Version |
| -------------------- | ---------------- |
| v0.8.2 | v0.1.0 |
| v0.9.0 | v0.2.0 |
| Kuzu Library Version | Nim Kuzu Minimum Version |
| -------------------- | ------------------------ |
| v0.8.2 | v0.1.0 |
| v0.9.0 | v0.2.0 |
You can use the `kuzuVersionCompatible()` function (along with the
`kuzuGetVersion()` and the `KUZU_VERSION` constant) to quickly check if things