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

Connect the app to postgres #60

Merged
merged 6 commits into from Jan 31, 2022
Merged

Connect the app to postgres #60

merged 6 commits into from Jan 31, 2022

Commits on Jan 19, 2022

  1. Connect the app to postgres

    Using 2.0 sqlalchemy style for future compatibility.
    The `get_db` function can be used as a dependency to inject a working
    db session where it will be needed.
    pozsa committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    8d77ee9 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Merge branch 'main' into db

    pozsa committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    e221848 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into db

    pozsa committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    5d112b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Merge branch 'main' into db

    pozsa committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    5eec77c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Merge branch 'main' into db

    pozsa committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    8ed818b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Merge branch 'main' into db

    pozsa committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    18d2f38 View commit details
    Browse the repository at this point in the history