GIT Integrations

Hi Team

I need some suggestions for integrating the git. Present we are using memsql 5.5.58
using DBever can please give the good open-source tool to integrated with git version control.

Thanks in advance

The standard technique is to dump the schema to sql files and commit these files to source control. In time you’ll want a tool that can apply these files back to a database. Check out Automation for deploying the Memsql DB objects - #5 by robrich for a more detailed look at database migrations.

1 Like