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: support in-memory database #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

oncilla
Copy link

@oncilla oncilla commented Oct 16, 2024

In some cases, static user data is sufficient and changes to the users do not need to be persisted. This change introduces a special file path :memory: (similar to sqlite3) that allows the user to specify that the database is in-memory only. Changes will not be persisted on the file system.

Copy link
Contributor

github-actions bot commented Oct 16, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

In some cases, static user data is sufficient and changes to the users
do not need to be persisted. This change introduces a special file path
`:memory:` (similar to sqlite3) that allows the user to specify that the
database is in-memory only. Changes will not be persisted on the file
system.
@oncilla
Copy link
Author

oncilla commented Oct 16, 2024

I have read the CLA Document and I hereby sign the CLA

@oncilla
Copy link
Author

oncilla commented Oct 16, 2024

recheck

github-actions bot added a commit that referenced this pull request Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant