Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update h2o wave db reference #2358

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/wavedb.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@ Usage of ./wavedb:

WaveDB is based on [SQLite](https://www.sqlite.org) and [bvinc/go-sqlite-lite](https:/bvinc/go-sqlite-lite), built with [Go](https://golang.org/). The Python client uses [HTTPX](https://www.python-httpx.org/) under the hood. Thank you to the authors and contributors.

WaveDB can be used from any language or platform that has libraries for HTTP and JSON. The reference implementation of the client is [~75 lines of code](https:/h2oai/wave/blob/main/py/h2o_wave/db.py) if you're interested in porting it to other languages.
WaveDB can be used from any language or platform that has libraries for HTTP and JSON. The reference implementation of the client is [~75 lines of code](https:/h2oai/wave/blob/main/py/h2o_wave/h2o_wave/db.py) if you're interested in porting it to other languages.