git-ecosystem / git-ecosystem/git-credential-manager
[Feature] Support cloud database options similar to existing databases.
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 9.3k
- Forks
- 2.9k
- Avg merge
- 7d 1h
- Merged PRs (30d)
- 14
Description
Feature description
Would be nice to see a few additional databases supported.
- CockroachDB/CockroachLabs (mostly PostgreSQL compatible)
- Turso (sqlite, libsqlite server over http api)
- D1 (sqlite via cloudflare)
- AstroDB (effectively sqlite/Turso from Astro)
They should be relatively straight forward, but I don't know the specific APIs for them... CockroachDB support may be as simple as testing compatibility against a CockroachDB connection via the PostgreSQL client.
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.
Research direction
The issue names CockroachDB/CockroachLabs, Turso, Cloudflare D1, and AstroDB, but does not identify files, entry points, or tests. Begin by locating how existing database providers are supported and determine the APIs and compatibility requirements for each listed option; done would mean the selected providers work through the project's database support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sqlite
- Domain
- cloud, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100