Needs advice
Hello folks, we are making a company internal google chatbot system hosted on Google Cloud Platform. The backend is being written in ExpressJS + TypeScript, we are planning to use Cloud SQL to store basic entities like Users, Spaces, Connections(use-case specific).
The question I have is which tool is recommended for this basic use case where we want to query some data and perform CRUD operations. Also, how we should be handling the DB version control & migrations?
0 views0
Comments