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

Postgres support for database and archive #279

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

giesselmann
Copy link
Collaborator

@giesselmann giesselmann commented Jul 17, 2024

Hi,
this is a draft PR for discussion to support postgres for both, db and job-archive.

Significant changes are:

  • move archive code to internal (avoid circular imports)
  • rename user table to users (keyword conflict in postgres)
  • make squirrel statement builder an object (supports ? and $1 placeholder)

Still work in progress, need to commit archive backend code, need to solve issues with quoting of column names, maybe need to rename columns if there's no other way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant