git-ecosystem / git-ecosystem/git-credential-manager

[Feature] Support cloud database options similar to existing databases.

Open
#1,578 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.