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: Add local database support via sqlmodel #1474

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    71a2f39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81ccf1f View commit details
    Browse the repository at this point in the history
  3. Add sync_engine factory

    glensc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2c9a3e4 View commit details
    Browse the repository at this point in the history
  4. Add models export

    glensc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    22f1042 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c823a03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86e1684 View commit details
    Browse the repository at this point in the history
  7. Add SyncDatabase class

    glensc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6957031 View commit details
    Browse the repository at this point in the history
  8. Add sync_database factory

    glensc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7517c50 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    989b5ff View commit details
    Browse the repository at this point in the history
  10. Add sync database to sync

    glensc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e4fb638 View commit details
    Browse the repository at this point in the history
  11. Add sync database to sync

    glensc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7534425 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b20b415 View commit details
    Browse the repository at this point in the history
  13. Implement update method

    glensc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6766dd7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    de6a349 View commit details
    Browse the repository at this point in the history
  15. Set proper field types

    glensc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    126f55a View commit details
    Browse the repository at this point in the history
  16. Update optional logic

    glensc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ee9317b View commit details
    Browse the repository at this point in the history