Update README.md to clarify ODBC support and driver linking details
- Added information about SQLPage's support for ODBC connections. - Clarified that Linux and MacOS binaries include a built-in statically linked ODBC driver manager (unixODBC). - Removed redundant text regarding ODBC support for specific databases.
This commit is contained in:
@@ -186,15 +186,12 @@ An alternative for Mac OS users is to use [SQLPage's homebrew package](https://f
|
||||
|
||||
### ODBC Setup
|
||||
|
||||
SQLPage supports ODBC connections to connect to databases that don't have native drivers.
|
||||
You can skip this section if you want to use one of the built-in database drivers (SQLite, PostgreSQL, MySQL, Microsoft SQL Server).
|
||||
|
||||
SQLPage supports ODBC connections to connect to databases that don't have native drivers, such as Oracle, Snowflake, BigQuery, IBM DB2, and many others.
|
||||
|
||||
On Linux, SQLPage supports both dynamic and static ODBC linking. The Docker image uses the system `unixODBC` (dynamic).
|
||||
Linux and MacOS release binaries are built with a statically linked unixODBC.
|
||||
Linux and MacOS release binaries conatain a built-in statically linked ODBC driver manager (unixODBC).
|
||||
You still need to install or provide the database-specific ODBC driver for the database you want to connect to.
|
||||
|
||||
|
||||
#### Install your ODBC database driver
|
||||
- [DuckDB](https://duckdb.org/docs/stable/clients/odbc/overview.html)
|
||||
- [Snowflake](https://docs.snowflake.com/en/developer-guide/odbc/odbc)
|
||||
|
||||
Reference in New Issue
Block a user