Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implementing persistence with sqlite #9077

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

NicholasLYang
Copy link
Contributor

Description

First pass at a persistence layer for runs using sqlite. Saves to the cache directory a database called turbo.db. We use the spaces code since those are convenient hooks into turbo's lifecycle, but we can decouple if necessary.

Testing Instructions

Copy link

vercel bot commented Aug 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 5, 2024 8:13pm
8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Visit Preview Sep 5, 2024 8:13pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Sep 5, 2024 8:13pm
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Sep 5, 2024 8:13pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Sep 5, 2024 8:13pm
examples-native-web ⬜️ Ignored (Inspect) Visit Preview Sep 5, 2024 8:13pm
examples-svelte-web ⬜️ Ignored (Inspect) Visit Preview Sep 5, 2024 8:13pm
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Sep 5, 2024 8:13pm
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Sep 5, 2024 8:13pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant