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

feat: Add database setup with SQLAlchemy for SQLite #1

Merged
merged 3 commits into from
Nov 14, 2024
Merged

Conversation

jmcerrejon
Copy link
Owner

This pull request includes changes to add author information to the README.md file and to set up a database connection in app/db/database.py. The most important changes include the addition of author information and the setup of the SQLAlchemy database connection.

Documentation updates:

  • README.md: Added an "Author" section with contact information for Jose Cerrejon.

Database setup:

  • app/db/database.py: Introduced SQLAlchemy setup, including database URL, engine creation, session configuration, and a get_db function for database session management.

@jmcerrejon jmcerrejon added the enhancement New feature or request label Nov 14, 2024
@jmcerrejon jmcerrejon self-assigned this Nov 14, 2024
@jmcerrejon jmcerrejon merged commit 68a8273 into main Nov 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant