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 1 commit 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-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 7:04pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 7:04pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 7:04pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 7:04pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 7:04pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 7:04pm
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 7:04pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 7:04pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 7:04pm

@NicholasLYang NicholasLYang force-pushed the nicholasyang/persist-tasks branch from a7bd9cf to 6773794 Compare September 5, 2024 20:13
@NicholasLYang NicholasLYang force-pushed the nicholasyang/persist-tasks branch 2 times, most recently from 677ac4c to 727862d Compare December 8, 2024 22:43
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.

2 participants