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

Binding DB sessions based on SQLAlchemy 1, changing how to declare Base Model classes, and other code modernization #11

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Feb 24, 2024

  1. Binding DB sessions based on SQLAlchemy 1, changing how to declare Ba…

    …se Model classes, and other code modernization
    
    - DB session binding based on SQLAlchemy 2, Base Model class declaration method change
    - Reflected select, delete code based on SQLAlchemy 2
    - Changed how to declare Model class based on SQLAlchemy 2
    - Added pyproject.toml file after removing setup.py due to the introduction of PEP 517/518
    - Fixed minimum installed version to Python 3.7
    이지호 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    22fdf81 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. PEP8 working

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    432487b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b513d1 View commit details
    Browse the repository at this point in the history
  3. PEP8 Working

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    4f2ce5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7251ad3 View commit details
    Browse the repository at this point in the history
  5. check-json remove

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    4c75866 View commit details
    Browse the repository at this point in the history