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 support for local database #1473

Closed
wants to merge 14 commits into from
Closed

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    73ca9a8 View commit details
    Browse the repository at this point in the history
  2. Export cursor

    glensc committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    b849e4b View commit details
    Browse the repository at this point in the history
  3. Use execute wrapper

    glensc committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    857f1c2 View commit details
    Browse the repository at this point in the history
  4. Add SyncDatabase class

    glensc committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    855cead View commit details
    Browse the repository at this point in the history
  5. Create table on connection

    glensc committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    3b96e7c View commit details
    Browse the repository at this point in the history
  6. Set schema for sync table

    glensc committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    cdddc9b View commit details
    Browse the repository at this point in the history
  7. Add SyncRecord class

    glensc committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    797de3d View commit details
    Browse the repository at this point in the history
  8. Add insert method

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

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

    glensc committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    6e38c76 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b0023aa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    29bab58 View commit details
    Browse the repository at this point in the history
  13. Mark id optional

    glensc committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    870ed72 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    08ad4ea View commit details
    Browse the repository at this point in the history