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
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,17 +175,6 @@ To run on a server, you can use [the docker image](https://hub.docker.com/r/lova
175
175
We provide compiled binaries only for the x86_64 architecture, but provide docker images for other architectures, including arm64 and armv7. If you want to run SQLPage on a Raspberry Pi or
176
176
a cheaper ARM cloud instance, using the docker image is the easiest way to do it.
177
177
178
-
#### DuckDB ODBC Docker Image
179
-
180
-
A DuckDB-enabled variant is available with pre-installed DuckDB ODBC drivers:
181
-
182
-
- Use the `-duckdb` suffix: `lovasoa/sqlpage:main-duckdb` or `lovasoa/sqlpage:latest-duckdb`
183
-
- Comes pre-configured to connect to DuckDB at `/var/lib/sqlpage/duckdb.db`
184
-
- To use a custom database location, set `DATABASE_URL`:
185
-
- `docker run -e DATABASE_URL="Driver=DuckDB;Database=/path/to/your.db" -p 8080:8080 lovasoa/sqlpage:main-duckdb`
186
-
- To persist your DuckDB database, mount a volume:
187
-
- `docker run -v ./data:/var/lib/sqlpage lovasoa/sqlpage:main-duckdb`
188
-
189
178
### On Mac OS, with homebrew
190
179
191
180
An alternative for Mac OS users is to use [SQLPage's homebrew package](https://formulae.brew.sh/formula/sqlpage).
@@ -205,6 +194,13 @@ You still need to install or provide the database-specific ODBC driver for the d
0 commit comments