mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
This is a first step to supporting [sqlite column affinity](https://www.sqlite.org/datatype3.html) properly in limbo -- just adds an `affinity()` function to `Column` that can then be used elsewhere Closes #1030