tursodatabase / tursodatabase/libsql

Add per namespace hosts

Open
#502 0 comments 1 reaction 1 assignee View on GitHub

@LucioFranco is already working on this.

Since Oct 23, 2023.

Dominant language
C
Stars
17.2k
Forks
531
Avg merge
1h 12m
Merged PRs (30d)
1

Description

Similar to https://github.com/tursodatabase/libsql/issues/500, but for the ability to specify a list of hosts for a given namespace.

POST /v1/namespaces/$NAMESPACE/create
{
  ...
  "hosts": ["$DBNAME-$ORG.turso.io", "$DBNAME.$GROUP-$ORG.turso.io"]
}

This would give us the flexibility of mapping hosts to namespaces at sqld, without depending on an intermediate proxy rewriting the request.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.