Charlie Lidbury

Results 1 issues of Charlie Lidbury

In connectors like [better-sqlite3](https://github.com/JoshuaWise/better-sqlite3): [`sqlite3_column_name`](https://www.sqlite.org/c3ref/column_name.html) and [the origins of columns](https://www.sqlite.org/c3ref/column_database_name.html) are exposed via [`Statement.columns`](https://github.com/JoshuaWise/better-sqlite3/blob/master/docs/api.md#columns---array-of-objects), this is useful for analysing a statement. I've written [a connector](https://github.com/charlielidbury/objectified-sqlite3) which uses the `Statement.columns` method...

enhancement