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

refactor: move database layer to its own package 📦 #87

Merged
merged 14 commits into from
Apr 3, 2024
Merged

Conversation

ramiAbdou
Copy link
Member

@ramiAbdou ramiAbdou commented Apr 3, 2024

Description ✏️

NOTE: If you already have the repository locally, then after you merge this into your branch, you'll need to move packages/core/.env to packages/db/.env!

This PR does the following:

  • Moves the database layer, including all migrations to the db package.
  • Updates CONTRIBUTING.md documentation to update environment variables.

Type of Change 🐞

  • Feature - A non-breaking change which adds functionality.
  • Fix - A non-breaking change which fixes an issue.
  • Refactor - A change that neither fixes a bug nor adds a feature.
  • Documentation - A change only to in-code or markdown documentation.
  • Tests - A change that adds missing unit/integration tests.
  • Chore - A change that is likely none of the above.

Checklist ✅

  • I have done a self-review of my code.
  • I have manually tested my code (if applicable).
  • I have added/updated any relevant documentation (if applicable).

@ramiAbdou ramiAbdou self-assigned this Apr 3, 2024
@ramiAbdou ramiAbdou marked this pull request as ready for review April 3, 2024 18:02
@ramiAbdou ramiAbdou merged commit d0a69a9 into main Apr 3, 2024
1 check passed
@ramiAbdou ramiAbdou deleted the rami/db branch April 3, 2024 18:04
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