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

[Feature]: SQLite support #874

Closed
1 task done
alper opened this issue May 6, 2023 · 2 comments
Closed
1 task done

[Feature]: SQLite support #874

alper opened this issue May 6, 2023 · 2 comments
Labels
S-Accepted This will be worked on S-Blocked Implementing this is currently blocked by other issues and/or upstream dependencies T-Feature Request A request for a new feature

Comments

@alper
Copy link

alper commented May 6, 2023

Describe the feature

My Rust app has as a database a Sqlite file. Without support for that I'd have to rearchitect and migrate my app to another database which for small applications really only adds operational complexity.

I'm not sure how you could support this, either:

  • Offer SQLite as a supported database type
  • Offer read/write file storage so the application could put its database file there and interact with it like that

Suggestion or Example of how the feature would be used

No response

Duplicate declaration

  • I have searched the issues and this feature has not been requested before.
@oddgrd oddgrd added the T-Feature Request A request for a new feature label May 8, 2023
@morlinbrot
Copy link
Contributor

@urbaniak and I will work on this as part of the shuttle batch. 🚀

@iulianbarbu iulianbarbu added B-Shuttle Batch Submitted by a Shuttle Batch participant A-resources B-M A medium task that requires experience with the codebase labels May 15, 2023
@jonaro00 jonaro00 added S-Accepted This will be worked on and removed A-resources B-M A medium task that requires experience with the codebase B-Shuttle Batch Submitted by a Shuttle Batch participant labels Aug 17, 2023
@oddgrd oddgrd added the S-Blocked Implementing this is currently blocked by other issues and/or upstream dependencies label Sep 4, 2023
@jonaro00
Copy link
Member

Closing in favour of #1566

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-Accepted This will be worked on S-Blocked Implementing this is currently blocked by other issues and/or upstream dependencies T-Feature Request A request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants