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

Add option to persist specific directories for caching #43

Closed
pranc1ngpegasus opened this issue Aug 17, 2024 · 1 comment
Closed

Add option to persist specific directories for caching #43

pranc1ngpegasus opened this issue Aug 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@pranc1ngpegasus
Copy link
Contributor

The sqlx crate places SQL query cache files in the .sqlx directory.
To reduce CI execution time, it would be effective to cache this .sqlx directory.
I would like to request the ability to cache arbitrary directories using an option similar to the cache-directories option in Swatinem/rust-cache.

@jonasbb
Copy link
Member

jonasbb commented Sep 22, 2024

Implemented with #44

@jonasbb jonasbb closed this as completed Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

3 participants