Skip to content

Commit e186f13

Browse files
committed
instructions
1 parent 3cad946 commit e186f13

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,6 @@ On Linux, SQLPage supports both dynamic and static ODBC linking. The Docker imag
194194
Linux and MacOS release binaries are built with a statically linked unixODBC.
195195
You still need to install or provide the database-specific ODBC driver for the database you want to connect to.
196196

197-
#### Install ODBC
198-
199-
- On windows, it's installed by default.
200-
- On linux, the driver manager is bundled with SQLPage; install only your database driver's package.
201-
- On mac: `brew install unixodbc`
202-
203197

204198
#### Install your ODBC database driver
205199
- [DuckDB](https://duckdb.org/docs/stable/clients/odbc/overview.html)

examples/official-site/your-first-sql-website/tutorial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Later, when you want to deploy your website online, you can switch back to a per
9191
- a PostgreSQL-compatible server with `postgres://user:password@host/database` ([see options](https://docs.rs/sqlx-oldapi/latest/sqlx_oldapi/postgres/struct.PgConnectOptions.html)),
9292
- a MySQL-compatible server with `mysql://user:password@host/database` ([see options](https://docs.rs/sqlx-oldapi/latest/sqlx_oldapi/mysql/struct.MySqlConnectOptions.html)),
9393
- a Microsoft SQL Server with `mssql://user:password@host/database` ([see options](https://docs.rs/sqlx-oldapi/latest/sqlx_oldapi/mssql/struct.MssqlConnectOptions.html#method.from_str), [note about named instances](https://github.com/sqlpage/SQLPage/issues/92)),
94+
- any ODBC-compatible database like DuckDB, ClickHouse, Databricks, Snowflake, BigQuery, Oracle, Db2, and many more. See [ODBC database connection instructions](https://github.com/sqlpage/SQLPage#odbc-setup).
9495

9596
> If `user` or `password` **contains special characters**, you should [**percent-encode**](https://en.wikipedia.org/wiki/Percent-encoding) them.
9697
>

0 commit comments

Comments
 (0)