@jiangcaiyang MySQL. I guess I need to read some articles on how MongoDB is different to get started on this.
D
Ditchmonkey
@Ditchmonkey
Posts
-
Custom content from separate database -
Custom content from separate databaseI'm trying to make some high-level decisions for a plugin I want to create. The basic function of the plugin is to take content from an existing database, and present content items as new discussions, where the content itself is the initial post, and replies become a discussion of the content. My question is - will it be possible to query and display this content in NodeBB from a separate database, or should I plan on storing the content in prefixed tables in the NodeBB database?
I'm new to the MEAN stack and I really don't understand the differences in a database like Mongo so maybe my question is not even framed correctly. Any advice would be appreciated.