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 mysql persistence with prisma #102

Merged
merged 10 commits into from
Nov 23, 2023
Merged

Conversation

Istiopaxx
Copy link
Member

Done

  • close [Feat]: Add MySQL persistence #84
  • Using prisma
  • Add custom entity class using prisma/client's generated type
  • Add repository interface
  • In recipe, using mongodb and mysql both - mongodb persist recipe steps/ ingredients/description for full-text search indexing, and mysql persist recipe metadatas.

TODO

  • Add prisma transactional
  • Add integration test with db interaction

Notice

@Istiopaxx Istiopaxx added the 기능 개발 🔥 기능을 개발할 예정이에요 label Nov 23, 2023
@Istiopaxx Istiopaxx self-assigned this Nov 23, 2023
@Istiopaxx Istiopaxx merged commit e8e2421 into master Nov 23, 2023
1 check passed
@Istiopaxx Istiopaxx deleted the feat/mysql-persistence branch December 6, 2023 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
기능 개발 🔥 기능을 개발할 예정이에요
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat]: Add MySQL persistence
1 participant