ncruces / go-sqlite3

Go bindings to SQLite using wazero
https://pkg.go.dev/github.com/ncruces/go-sqlite3
MIT License
500 stars 15 forks source link

Support driver.RowsColumnTypeNullable #151

Closed ncruces closed 1 month ago

ncruces commented 1 month ago

Implementing this should now be possible with TableColumnMetadata, ColumnDatabaseName, ColumnTableName, and ColumnOriginName. But it's 4 calls for each column, so need to make sure this is not run for every query.