Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pheeney
3 months ago
|
parent
|
context
|
favorite
| on:
The DuckDB Local UI
I was able to get it working and it seemed fast enough. However I don't have any local databases of similar size to compare to.
ssh -F ssh.config -L 4213:localhost:4213 dev 'DUCKDB_HTTPPORT=4213 ~/.duckdb/cli/latest/duckdb -ui'
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
ssh -F ssh.config -L 4213:localhost:4213 dev 'DUCKDB_HTTPPORT=4213 ~/.duckdb/cli/latest/duckdb -ui'