tursodatabase / tursodatabase/libsql
Add per namespace hosts
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.