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

Remove Postgres adapter from Parse Server #8715

Open
4 of 6 tasks
mtrezza opened this issue Aug 26, 2023 · 1 comment
Open
4 of 6 tasks

Remove Postgres adapter from Parse Server #8715

mtrezza opened this issue Aug 26, 2023 · 1 comment
Labels
type:ci CI related issue

Comments

@mtrezza
Copy link
Member

mtrezza commented Aug 26, 2023

New Feature / Enhancement Checklist

Current Limitation

Parse Server should not contain database adapters that may not be used by the developer.

The Postgres adapter should be moved into its own repository which can be maintained separately and added by developers as needed. Given that MongoDB is likely the most widely used database adapter and it is also the best supported one in terms of features, it will be the default DB adapter and likely stay within the Parse Server repository to have a default adapter to run the tests. If technically possible and advantageous (testing, etc), also the MongoDB should be moved into its own repository over time.

Feature / Enhancement Description

In order to do that, the current Parse Server tests need to run using the external database adapter. We currently do not have a distinct set of DB tests, so all current tests need to be run and pass to know that the DB adapter works. If possible we could separate the tests and run only the specific DB test in the external adapter CI.

Changed needed for external DB adapters:

@parse-github-assistant
Copy link

parse-github-assistant bot commented Aug 26, 2023

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza added the type:ci CI related issue label Aug 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:ci CI related issue
Projects
None yet
Development

No branches or pull requests

1 participant