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

Switch all DB table definitions to TableSpec #54

Merged
merged 3 commits into from
Oct 31, 2024

Conversation

rtamalin
Copy link
Collaborator

Add helper methods to TableRowCommon to support generating DB backend dialent appropriate SQL statements for SELECT, INSERT, UPDATE and DELETE.

Dynamically generate SQL statements as needed within the code.

Update docker compose configuration files to use Postgres as the DB backend.

Add helper methods to TableRowCommon to support generating DB backend
dialent appropriate SQL statements for SELECT, INSERT, UPDATE and
DELETE.

Dynamically generate SQL statements as needed within the code.

Update docker compose configuration files to use Postgres as the DB
backend.
@rtamalin rtamalin requested a review from gbuenodevsuse August 16, 2024 02:07
app/handler_authenticate.go Show resolved Hide resolved
app/handler_register.go Show resolved Hide resolved
Copy link
Collaborator

@gbuenodevsuse gbuenodevsuse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gbuenodevsuse gbuenodevsuse merged commit 14c07c4 into main Oct 31, 2024
1 check passed
@rtamalin rtamalin deleted the postgres_dialect_enhancements branch October 31, 2024 18:53
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.

2 participants