Database version management method and device in software development process

The invention provides a database version management method and device in a software development process, and belongs to the technical field of computer software development, and the method comprises the following steps: in a development environment, obtaining current database description informatio...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
Hauptverfasser: LI RUI, WEI ZIZHONG, YANG SHANGYONG
Format: Patent
Sprache:chi ; eng
Schlagworte:
Online-Zugang:Volltext bestellen
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Beschreibung
Zusammenfassung:The invention provides a database version management method and device in a software development process, and belongs to the technical field of computer software development, and the method comprises the following steps: in a development environment, obtaining current database description information through a maven plug-in; database description information before development is obtained, the current database and the database before development are compared to obtain difference content, and the difference content is formatted into a fixed data structure and stored in the database; generating a ddl sql statement corresponding to the database according to the stored data structure, and storing the ddl sql statement in the database; executing and recording sql execution structures one by one according to the generated sql statements, generating anti-operation sql of the sql, and storing the anti-operation sql in a database for backspacing operation of versions; database differences are shielded, and software can