Oxen-AI / Oxen

Oxen.ai's core rust library, server, and CLI
https://oxen.ai
Apache License 2.0
176 stars 11 forks source link

Handle list types in tosql parser. #396

Closed EloyMartinez closed 2 weeks ago

EloyMartinez commented 2 weeks ago

Given that duckdb can infere types of arrays from json, we can just convert lists of types to json and let duckdb work its magic!