正在加载视频...
视频加载失败
DuckDB just released Quack: a client/server protocol over HTTP. Any DuckDB can serve (quack_serve()), any DuckDB can attach to it. DuckDB-Wasm included since it's plain HTTP on port 9494. Some fun stuff : - A browser tab talking directly to a DuckDB server somewhere on the internet - Local-first... show more
10 条评论

Ashish “Logmaster”4 个月前
All duckdb go quack quack now. Very cool extension. Thanks you!

Harlaksh Singh4 个月前
What's the use here Mehdi?

Alex Mabe4 个月前
Great feature, HTTP server extension were kinda doing it before, but this is much nicer! Added it to my DuckDB-WASM SQL IDE ^_^

Sri Madireddy4 个月前
Thanks . Will check it out

shashank4 个月前
Thanks for the idea. Sending it to gptmaxx 5.9 pro.

Bastien Gares4 个月前
Thanks !

Baraka4 个月前
Why is everyone trying so hard to give db access to clients? How many times have we heard this to be a bad idea?

dalu4 个月前
auth? safeguards?

David Liang4 个月前
quack_serve() is such a good name. curious how the perf holds up vs arrow flight for larger workloads

Adel Bucetta4 个月前
this is massive. the real unlock isn't just querying db, it's treating data as an API that can be queried by anything, anywhere

