Get the latest tech news
Show HN: GizmoSQL – Run DuckDB as a Server with Arrow Flight SQL
GizmoSQL Public repo - used for README purposes and to make artifacts available for public download - gizmodata/gizmosql-public
Open a terminal, then pull and run the published Docker image which has everything setup (change: "--detach" to "--interactive" if you wish to see the stdout on your screen) - with command: Note- if you stop/restart the Flight SQL Docker container, and attempt to connect via JDBC with the same password - you could get error: "Invalid bearer token provided. This is because the client JDBC driver caches the bearer token signed with the previous instance's secret key.
Or read this on Hacker News