This is a proof of concept for using isomorphic-git with Cloudflare Durable Objects to create a Git repository that is backed by a SQLite database.
- sqlite-fs: A node fs implementation that uses SQLite as a backend, provides a bun sqlite adapater and a durable object sqlite adapater.
- git-sqlite-clit: Proof of concept cli app using the bun sqlite backend.
- cf-demo: A cloudflare workers/durable object demo app showcasing
clone
andfetch