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: sqlite #149

Closed
wants to merge 11 commits into from
Closed

feat: sqlite #149

wants to merge 11 commits into from

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    83b4ed9 View commit details
    Browse the repository at this point in the history
  2. bump go

    faddat committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    456c01f View commit details
    Browse the repository at this point in the history
  3. use latest bbolt

    faddat committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8f77a71 View commit details
    Browse the repository at this point in the history
  4. sqlite

    faddat committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    182c5a6 View commit details
    Browse the repository at this point in the history
  5. add sqlite

    faddat committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    086e642 View commit details
    Browse the repository at this point in the history
  6. re-separate the databases

    faddat committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    660f4bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2c1372 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. updates sqlite

    faddat committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    cabbeff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aee4b35 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from assafmo/assafmo/sqlite-fix-get

    SQLite: Fix Get() to return nil when there is no value
    faddat committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    90f59fd View commit details
    Browse the repository at this point in the history
  4. add sqlite tests:

    faddat committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7febd20 View commit details
    Browse the repository at this point in the history