You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Dremio or Apache Drill](https://github.com/factset/go-drill), etc.
101
100
102
101
`usqlgen` also allows you to use alternative drivers of supported databases. Examples include:
103
102
104
-
-[github.com/microsoft/gocosmos](https://github.com/microsoft/gocosmos) - an official copy/fork of the unofficial driver included in `usql`
103
+
-[github.com/microsoft/gocosmos](https://github.com/microsoft/gocosmos) - an official mirror of the unofficial driver
104
+
included in `usql`
105
105
-[github.com/sclgo/impala-go](https://github.com/sclgo/impala-go) - modernized variant of the built-in [Apache Impala](https://impala.apache.org/) driver
106
106
-[github.com/mailru/go-clickhouse/v2](https://github.com/mailru/go-clickhouse) - HTTP-only alternative of the built-in Clickhouse driver
107
-
-[github.com/sclgo/duckdb-adbc-go](https://github.com/sclgo/duckdb-adbc-go) - alternative driver for DuckDB that uses [its ADBC C API](https://duckdb.org/docs/clients/adbc)
107
+
-[github.com/sclgo/adbcduck-go](https://github.com/sclgo/adbcduck-go) - alternative driver for DuckDB that
108
+
uses [its ADBC C API](https://duckdb.org/docs/clients/adbc)
108
109
109
110
For more options, see `usqlgen --help` or review the examples below.
110
111
111
112
## Limitations
112
113
113
114
Most `usql`[backslash (meta) commands](https://github.com/xo/usql?tab=readme-ov-file#backslash-commands) work
0 commit comments