Ask Your Question
3

Can mongodb and mysql be used together in a nestjs project?

asked 2023-05-17 12:31:32 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-05-17 12:59:01 +0000

nofretete gravatar image

Yes, it is possible to use both MongoDB and MySQL in a NestJS project. NestJS offers support for multiple databases, and you can configure your project to use both MongoDB and MySQL at the same time. You can create separate modules for each database and use them accordingly in your project. However, keep in mind that using multiple databases can increase the complexity of your project and may require more resources to run efficiently. It is important to consider the specific requirements of your project before deciding to use multiple databases.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-17 12:31:32 +0000

Seen: 18 times

Last updated: May 17 '23