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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,12 +190,12 @@ You can skip this section if you want to use one of the built-in database driver
190
190
191
191
SQLPage supports ODBC connections to connect to databases that don't have native drivers, such as Oracle, Snowflake, BigQuery, IBM DB2, and many others.
192
192
193
-
ODBC support requires an ODBC driver manager and appropriate database drivers to be installed on your system.
193
+
On Linux, the SQLPage binary and Docker image now statically link against the `unixODBC` driver manager, so you generally do not need to install `unixodbc` on the host anymore. You still need to install the database-specific ODBC driver for the database you want to connect to.
ODBC drivers must be installed and configured on your system. On Linux, you typically need `unixodbc`and the appropriate database-specific ODBC driver.
108
+
ODBC drivers must be installed and configured on your system. On Linux, the `unixODBC` driver manager is statically linked into the SQLPage binary, so you usually only need to install and configure the database-specific ODBC driver for your target database (for example Snowflake, Oracle, DuckDB...).
109
109
110
110
If the `database_password` configuration parameter is set, it will override any password specified in the `database_url`.
0 commit comments