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

PostgreSQL connection setup #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

iamrahimi
Copy link
Collaborator

Installed packages: dotenv for environment variable management and pg for PostgreSQL integration.
Created a db folder to organize database-related files.
Added PostgreSQL connection logic in the db folder using the pg package, with support for environment variables from a .env file.

Added the DATABASE_URL variable to the .env file for managing the PostgreSQL connection string.

@iamrahimi iamrahimi requested a review from sam-lee-ku December 18, 2024 03:39
Copy link

@eunslee3 eunslee3 left a comment

Choose a reason for hiding this comment

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

This looks good to me. Just make sure you share your .env file with your team so that they can also connect to the db

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.

3 participants