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

[Draft] Proposal for SQLAlchemy Data Layer with ORM #1365

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Sep 21, 2024

  1. Add sqlite data layer and a simple sanity check

    Kai Liu authored and qtangs committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    38eaee7 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    42989dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0e77f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    550c6d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b44657 View commit details
    Browse the repository at this point in the history
  5. chore: update poetry.lock

    qtangs committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    b81f82c View commit details
    Browse the repository at this point in the history
  6. fix: correct test db file name

    qtangs committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    d86654a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a11293 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Revert "feat: move aiosqlite to custom-data group"

    This reverts commit 0a11293.
    qtangs committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    013de55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29ff4d2 View commit details
    Browse the repository at this point in the history