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: implement multiple read single write for sqlite #3568

Merged

Commits on Nov 14, 2021

  1. Implement multiple read single write for sqlite

    - Implemented a system-wide diesel sqlite pool connection manager that uses
    the modern Write-ahead Log (WAL) SQLite3 database mode to speed up database
    operations. See https://www.sqlite.org/wal.html.
    - Implemented this for use by the Wallet's database connection.
    hansieodendaal committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    14f9c53 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    53f1b0b View commit details
    Browse the repository at this point in the history