-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tursodatabase:main' into main
- Loading branch information
Showing
385 changed files
with
28,291 additions
and
7,430 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export LIBSQL_BOTTOMLESS_ENDPOINT="http://localhost:9000" | ||
export LIBSQL_BOTTOMLESS_AWS_SECRET_ACCESS_KEY="minioadmin" | ||
export LIBSQL_BOTTOMLESS_AWS_ACCESS_KEY_ID="minioadmin" | ||
export LIBSQL_BOTTOMLESS_AWS_DEFAULT_REGION="us-east-1" | ||
export LIBSQL_BOTTOMLESS_BUCKET="my-bucket" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Client verison metrics | ||
|
||
Currently, `sqld` supports clients passing their client version via a | ||
`x-libsql-client-version` header. The value of this header should follow this | ||
pattern: | ||
|
||
- Hrana/Remote clients should be `libsql-remote-<language>-<version>` | ||
- Embedded replica clients should be `libsql-rpc-<language>-<version>` | ||
|
||
|
||
`<language>` should be a reference to the language, for example, | ||
`rust`/`go`/`js`/`python`. | ||
|
||
`<version>` should be a reference to either a semver version or a commit sha | ||
(first 6 chars of the sha). |
File renamed without changes.
File renamed without changes.
File renamed without changes
Oops, something went wrong.