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

Commits on Oct 16, 2024

  1. feature: support in-memory database

    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 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    348a8ab View commit details
    Browse the repository at this point in the history