Which is the best method to get data from database?

Hello, we are developing a linux server based software in golang and we are adding Licensing into that software. we want to ask which is the best method to get data from database and which SQL should we use .
as we told we want to add licensing and want to verify that the server IP is licensed in our database or not and want to check data like license status, license expiry date etc. so which is the best method and which sql should we use MySQL or MongoDB ?

MongoDB is not SQL. It is noSQL. Which of these you should chose depends on your data. An I prefer Postgresql as I find it more secure than MySQL

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.