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

chore: add postgresql #2

Draft
wants to merge 3 commits into
base: development
Choose a base branch
from
Draft

Conversation

SilasPeters
Copy link
Member

@SilasPeters SilasPeters commented Dec 12, 2024

This PR adds support for postgresql. It does multiple things in order to do so:

  • Create an EntityFramework Core connection to a postgresql database
  • Expand the docker compose to create a postgresql container
  • Define models such that EF Core can map them to a pgsql database (activities and such)
  • Create an initial migration to set up the database
  • Add test endpoints to validate working database

Currently blocked, because of a lack of a devcontainer #10

@SilasPeters SilasPeters added the enhancement Proposes (changes to) a feature label Dec 12, 2024
@SilasPeters SilasPeters self-assigned this Dec 12, 2024
@SilasPeters SilasPeters added the blocked Can't continue developing until something is resolved label Dec 12, 2024
@SilasPeters SilasPeters linked an issue Dec 12, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Can't continue developing until something is resolved enhancement Proposes (changes to) a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: add postgres
1 participant