Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ This is a proof of concept for using isomorphic-git with Cloudflare Durable Obje
## Packages

- [sqlite-fs](./packages/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](./packages/git-sqlite-cli): Proof of concept cli app using the bun sqlite backend.
- [git-sqlite-cli](./packages/git-sqlite-cli): Proof of concept cli app using the bun sqlite backend.
- [cf-demo](./apps/cf-demo): A cloudflare workers/durable object demo app showcasing `clone` and `fetch`