14
Can I connect an API to both mongoDB and a "mysql alternative"?
(programming.dev)
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
Storing the data both places would severely limit the features you can use in each data store, and overcomplicate things. Just use one thing for now. You'll be able to migrate later if you need to. Don't over optimize at this point and just use what you most want to learn more about.