tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
9.54k stars 252 forks source link

Expose column count on individual rows to make it possible to iterate… #1621

Closed ignatz closed 1 month ago

ignatz commented 1 month ago

… columns just like on Rows.

Side-note: I feel like there's an opportunity to make Rows and Row more alike.