CN111104155A - Database script management platform and method, electronic equipment and storage medium - Google Patents

Database script management platform and method, electronic equipment and storage medium Download PDF

Info

Publication number
CN111104155A
CN111104155A CN201911204980.6A CN201911204980A CN111104155A CN 111104155 A CN111104155 A CN 111104155A CN 201911204980 A CN201911204980 A CN 201911204980A CN 111104155 A CN111104155 A CN 111104155A
Authority
CN
China
Prior art keywords
script
database
approved
result
approval
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
CN201911204980.6A
Other languages
Chinese (zh)
Inventor
徐飞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN201911204980.6A priority Critical patent/CN111104155A/en
Publication of CN111104155A publication Critical patent/CN111104155A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a database script management platform, a method and an electronic device and a computer readable storage medium, wherein the platform comprises: the script submitting module is used for acquiring a submitting request of the database script through a submitting interface so as to receive the script to be approved and the specified database instance carried by the submitting request; the result acquisition module is used for acquiring the initial approval result aiming at the script to be approved and the database instance; the script execution module is used for automatically inputting the script to be approved into a preset baseline library for pre-execution if the initial approval result is passed; and the result determining module is used for determining that the final approval result of the to-be-approved script is passed if the to-be-approved script is successfully executed in the preset baseline library. According to the method and the device, the links of examination and approval of the script and the pre-execution of the script are added, the examination and approval verification process of the script to be examined and approved is strengthened, the situation that the script is wrongly issued due to manual errors is avoided, and the script management efficiency is improved.

Description

Database script management platform and method, electronic equipment and storage medium
Technical Field
The present application relates to the field of database technologies, and in particular, to a database script management platform, a database script management method, an electronic device, and a computer-readable storage medium.
Background
A database script, generally a collection of statements used to create a database object, comprising: store procedures, transactions, indexes, triggers, functions, and the like. The database script can improve the efficiency of data access and perform related data processing.
When generating database project, the pre-deployed script, the database object definition and the later deployment script are combined into one generation script. Only one pre-deployment script and one post-deployment script can be specified in the project, but other scripts can be included in the pre-deployment script and the post-deployment script.
The existing database script management is generally performed in a mode of collection and manual execution by using a version control tool, is low in efficiency and is easy to cause manual errors, so that the problem of failed release caused by script errors during release is caused.
Disclosure of Invention
The application aims to provide a database script management platform, a database script management method, an electronic device and a computer readable storage medium, so that the condition of issuing errors caused by manual errors is avoided, and the script management efficiency is improved.
In order to achieve the above object, the present application provides a database script management platform, including:
the script submitting module is used for acquiring a submitting request of the database script through a submitting interface so as to receive the script to be approved and the specified database instance carried by the submitting request;
the result acquisition module is used for acquiring the initial approval result aiming at the script to be approved and the database instance;
the script execution module is used for automatically inputting the script to be approved into a preset baseline library for pre-execution if the initial approval result is passed;
and the result determining module is used for determining that the final approval result of the to-be-approved script is passed if the to-be-approved script is successfully executed in the preset baseline library.
Optionally, the result obtaining module includes:
the script display unit is used for displaying the script to be approved and the database instance by utilizing an approval interface;
and the result receiving unit is used for receiving the initial approval results aiming at the script to be approved and the database instance through a preset input interface.
Optionally, the to-be-approved script includes a script version, a script type, and a script statement.
Optionally, the method further includes:
the error returning module is used for returning script error information to a user interface if the script to be approved fails to be executed in the preset baseline library;
and the instruction receiving module is used for receiving a script modification instruction or an approval rejection instruction which is submitted through a preset instruction submitting interface and corresponds to the script error information.
Optionally, the method further includes:
the script storage module is used for storing the database script which passes the final approval result into a database;
and the script exporting module is used for incrementally exporting the corresponding database script from the database according to the script version or the script submitting time.
In order to achieve the above object, the present application provides a database script management method, including:
acquiring a submission request of a database script through a submission interface so as to receive a to-be-approved script carried by the submission request and a specified database instance;
acquiring a primary approval result aiming at the script to be approved and the database instance;
if the initial examination and approval result is passed, automatically inputting the script to be examined and approved into a preset baseline library for pre-execution;
and if the to-be-approved script is successfully executed in the preset baseline library, determining that the final approval result of the to-be-approved script is passed.
Optionally, the obtaining of the initial approval result for the to-be-approved script and the database instance includes:
displaying the script to be approved and the database instance by utilizing an approval interface;
and receiving a primary examination and approval result aiming at the script to be examined and the database instance through a preset input interface.
Optionally, if the to-be-approved script is successfully executed in the preset baseline library, determining that a final approval result of the to-be-approved script passes, further including:
storing the database script with the final approval result of passing into a database;
and incrementally deriving a corresponding database script from the database according to the script version or the script submission time.
To achieve the above object, the present application provides an electronic device including:
a memory for storing a computer program;
a processor for implementing the steps of any of the database script management methods disclosed above when executing the computer program.
To achieve the above object, the present application provides a computer-readable storage medium having a computer program stored thereon, which when executed by a processor, implements the steps of any one of the database script management methods disclosed in the foregoing.
According to the above scheme, the database script management platform provided by the application comprises: the script submitting module is used for acquiring a submitting request of the database script through a submitting interface so as to receive the script to be approved and the specified database instance carried by the submitting request; the result acquisition module is used for acquiring the initial approval result aiming at the script to be approved and the database instance; the script execution module is used for automatically inputting the script to be approved into a preset baseline library for pre-execution if the initial approval result is passed; and the result determining module is used for determining that the final approval result of the to-be-approved script is passed if the to-be-approved script is successfully executed in the preset baseline library. According to the method and the device, after the to-be-approved script is received, the corresponding initial approval result can be obtained, if the result is passed, the to-be-approved script is automatically input into the preset baseline library for pre-execution, and after the execution is successful, the final approval result corresponding to the current to-be-approved script is determined to be passed, namely, through adding links of script approval and script pre-execution, the approval verification process of the to-be-approved script is strengthened, the situation that the release is wrong due to manual errors is avoided, and the script management efficiency is improved.
The application also discloses a database script management method, an electronic device and a computer readable storage medium, which can also realize the technical effects.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a structural diagram of a database script management platform disclosed in an embodiment of the present application;
FIG. 2 is a flowchart of a database script management method disclosed in an embodiment of the present application;
fig. 3 is a block diagram of an electronic device disclosed in an embodiment of the present application;
fig. 4 is a block diagram of another electronic device disclosed in the embodiments of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In the prior art, database script management is generally performed in a manner of collection and manual execution by using a version control tool, which is inefficient and prone to manual errors, thereby causing a problem of failed release due to script errors during release.
Therefore, the embodiment of the application discloses a database script management platform, which avoids the situation of issuing errors caused by manual errors and improves the script management efficiency.
Referring to fig. 1, a database script management platform disclosed in an embodiment of the present application includes:
the script submitting module 101 is configured to obtain a submission request of a database script through a submission interface, so as to receive a to-be-approved script and a specified database instance carried by the submission request;
according to the embodiment of the application, a submission page can be provided for a user, the user can enter a database script to be examined and approved through the submission page, and a specified database instance is selected. Specifically, the pending scripts may include, but are not limited to, script version, script type, and script statements.
A result obtaining module 102, configured to obtain a first approval result for the to-be-approved script and the database instance;
as a specific implementation manner, the result obtaining module 102 in this embodiment may specifically include: the script display unit is used for displaying the script to be approved and the database instance by utilizing an approval interface; and the result receiving unit is used for receiving the initial approval results aiming at the script to be approved and the database instance through a preset input interface. That is, in the specific implementation, the to-be-approved script and the database instance may be displayed through a preset approval interface, so that the user may view the to-be-approved script and the database instance through the approval interface and further perform the first approval confirmation on the to-be-approved script and the database instance. In addition, the embodiment of the application can also provide a preset input interface, and the preset input interface can be used for receiving the initial approval result input by the user after approval. The result of the first approval may include, but is not limited to, pass and reject.
In a preferred embodiment, after receiving the to-be-approved script, the present embodiment may actively send a prompt message to the user to notify the user to perform the initial approval of the script in time.
The script execution module 103 is configured to, if the initial approval result is that the initial approval result passes, automatically input the to-be-approved script into a preset baseline library for pre-execution;
it should be noted that, after the initial approval result is received, if the current initial approval result passes, the initial approval result is automatically connected to the preset baseline library, and the to-be-approved script is input into the preset baseline library for pre-execution.
And the result determining module 104 is configured to determine that a final approval result of the to-be-approved script passes if the to-be-approved script is successfully executed in the preset baseline library.
It can be understood that if the to-be-approved script is successfully executed in the preset baseline library, the to-be-approved script is represented to pass the approval, and the final approval result corresponding to the current to-be-approved script is passed.
If the script to be examined fails to be executed in the preset baseline library, script error information can be returned to the user interface, so that the manager can select the next operation through the user interface. Therefore, the present embodiment may provide a preset instruction submitting interface, and the user may submit the script modification instruction or the approval rejection instruction through the preset instruction submitting interface after checking the script error information.
Further, the embodiment of the application can also support script full-scale extraction and incremental extraction. First, after determining the final approval result of the to-be-approved script, the embodiment may store the database script, of which the final approval result is a passed database script, in the database, and the user may export all scripts in the database through a preset export interface, or may incrementally export corresponding database scripts from the database according to the version of the database script or the script submission time.
According to the above scheme, the database script management platform provided by the application comprises: the script submitting module is used for acquiring a submitting request of the database script through a submitting interface so as to receive the script to be approved and the specified database instance carried by the submitting request; the result acquisition module is used for acquiring the initial approval result aiming at the script to be approved and the database instance; the script execution module is used for automatically inputting the script to be approved into a preset baseline library for pre-execution if the initial approval result is passed; and the result determining module is used for determining that the final approval result of the to-be-approved script is passed if the to-be-approved script is successfully executed in the preset baseline library. According to the method and the device, after the to-be-approved script is received, the corresponding initial approval result can be obtained, if the result is passed, the to-be-approved script is automatically input into the preset baseline library for pre-execution, and after the execution is successful, the final approval result corresponding to the current to-be-approved script is determined to be passed, namely, through adding links of script approval and script pre-execution, the approval verification process of the to-be-approved script is strengthened, the situation that the release is wrong due to manual errors is avoided, and the script management efficiency is improved.
In the following, a database script management method provided by an embodiment of the present application is introduced, and a database script management method described below and a database script management platform described above may refer to each other.
Referring to fig. 2, a database script management method provided in an embodiment of the present application includes:
s201: acquiring a submission request of a database script through a submission interface so as to receive a to-be-approved script carried by the submission request and a specified database instance;
s202: acquiring a primary approval result aiming at the script to be approved and the database instance;
in this step, an approval interface may be provided to display the to-be-approved script and the database instance, and a preset input interface is further provided to receive a primary approval result for the to-be-approved script and the database instance.
S203: if the initial examination and approval result is passed, automatically inputting the script to be examined and approved into a preset baseline library for pre-execution;
s204: and if the to-be-approved script is successfully executed in the preset baseline library, determining that the final approval result of the to-be-approved script is passed.
As a preferred implementation manner, after determining that the final approval result of the pending script passes, the embodiment of the present application may further store the database script that the final approval result passes into the database, so that the user may export all scripts from the database, or incrementally export corresponding database scripts from the database according to the script version or the script submission time.
The database script management method provided by the embodiment of the present application is introduced through an embodiment in a specific scenario. Specifically, the embodiment of the present application first defines a preset baseline database and a database script management model, where information in the database script management model may include, but is not limited to, script submission time, approval time, submission version, database instance, script type, submitter, and other information. And further, providing a script submission interface so that a user can select a database instance, enter information such as a script version, a script type and a script statement, and store the entered information in a background database after submitting and storing the information.
After the script is submitted, the script approval manager looks at the script to be approved, and selects approval to pass or reject after confirming the information such as the submitted version, the database example, the script type, the script statement and the like. And after the script is approved, automatically connecting the script to a baseline library, executing the approved script, after the script is successfully executed, automatically approving the script, returning failure information of the database to a management interface when the execution fails, and selecting the next operation by an approver.
In the embodiment of the application, full-volume and increment extraction scripts are also supported, namely, a user can extract the scripts in increments according to versions or submission time, and subsequent increment release is facilitated.
The present application further provides an electronic device, and as shown in fig. 3, an electronic device provided in an embodiment of the present application includes:
a memory 100 for storing a computer program;
the processor 200, when executing the computer program, may implement the steps provided by the above embodiments.
Specifically, the memory 100 includes a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and computer-readable instructions, and the internal memory provides an environment for the operating system and the computer-readable instructions in the non-volatile storage medium to run. The processor 200 may be a Central Processing Unit (CPU), a controller, a microcontroller, a microprocessor or other data processing chip in some embodiments, and provides computing and controlling capability for the electronic device, and when executing the computer program stored in the memory 100, the steps of the database script management method disclosed in the foregoing embodiments may be implemented.
On the basis of the above embodiment, as a preferred implementation, referring to fig. 4, the electronic device further includes:
and an input interface 300 connected to the processor 200, for acquiring computer programs, parameters and instructions imported from the outside, and storing the computer programs, parameters and instructions into the memory 100 under the control of the processor 200. The input interface 300 may be connected to an input device for receiving parameters or instructions manually input by a user. The input device may be a touch layer covered on a display screen, or a button, a track ball or a touch pad arranged on a terminal shell, or a keyboard, a touch pad or a mouse, etc.
And a display unit 400 connected to the processor 200 for displaying data processed by the processor 200 and for displaying a visualized user interface. The display unit 400 may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch panel, or the like.
And a network port 500 connected to the processor 200 for performing communication connection with each external terminal device. The communication technology adopted by the communication connection can be a wired communication technology or a wireless communication technology, such as a mobile high definition link (MHL) technology, a Universal Serial Bus (USB), a High Definition Multimedia Interface (HDMI), a wireless fidelity (WiFi), a bluetooth communication technology, a low power consumption bluetooth communication technology, an ieee802.11 s-based communication technology, and the like.
While FIG. 4 shows only an electronic device having the assembly 100 and 500, those skilled in the art will appreciate that the configuration shown in FIG. 4 does not constitute a limitation of the electronic device, and may include fewer or more components than shown, or some components may be combined, or a different arrangement of components.
The present application also provides a computer-readable storage medium, which may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk. The storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of the database script management method disclosed in the foregoing embodiments.
After receiving the script to be approved, the method and the device can obtain the corresponding initial approval result, if the result is passed, the script to be approved is automatically input into a preset baseline library for pre-execution, and after the execution is successful, the final approval result corresponding to the current script to be approved is determined to be passed.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system disclosed by the embodiment, the description is relatively simple because the system corresponds to the method disclosed by the embodiment, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A database script management platform, comprising:
the script submitting module is used for acquiring a submitting request of the database script through a submitting interface so as to receive the script to be approved and the specified database instance carried by the submitting request;
the result acquisition module is used for acquiring the initial approval result aiming at the script to be approved and the database instance;
the script execution module is used for automatically inputting the script to be approved into a preset baseline library for pre-execution if the initial approval result is passed;
and the result determining module is used for determining that the final approval result of the to-be-approved script is passed if the to-be-approved script is successfully executed in the preset baseline library.
2. The database script management platform of claim 1, wherein the result obtaining module comprises:
the script display unit is used for displaying the script to be approved and the database instance by utilizing an approval interface;
and the result receiving unit is used for receiving the initial approval results aiming at the script to be approved and the database instance through a preset input interface.
3. The database script management platform of claim 1, wherein the pending scripts comprise script versions, script types, and script statements.
4. The database script management platform of claim 1, further comprising:
the error returning module is used for returning script error information to a user interface if the script to be approved fails to be executed in the preset baseline library;
and the instruction receiving module is used for receiving a script modification instruction or an approval rejection instruction which is submitted through a preset instruction submitting interface and corresponds to the script error information.
5. The database script management platform of any one of claims 1 to 4, further comprising:
the script storage module is used for storing the database script which passes the final approval result into a database;
and the script exporting module is used for incrementally exporting the corresponding database script from the database according to the script version or the script submitting time.
6. A database script management method, comprising:
acquiring a submission request of a database script through a submission interface so as to receive a to-be-approved script carried by the submission request and a specified database instance;
acquiring a primary approval result aiming at the script to be approved and the database instance;
if the initial examination and approval result is passed, automatically inputting the script to be examined and approved into a preset baseline library for pre-execution;
and if the to-be-approved script is successfully executed in the preset baseline library, determining that the final approval result of the to-be-approved script is passed.
7. The database script management method according to claim 6, wherein the obtaining of the initial approval result for the pending script and the database instance comprises:
displaying the script to be approved and the database instance by utilizing an approval interface;
and receiving a primary examination and approval result aiming at the script to be examined and the database instance through a preset input interface.
8. The database script management method according to claim 6 or 7, wherein after determining that the final approval result of the pending script passes if the pending script is successfully executed in the preset baseline library, the method further comprises:
storing the database script with the final approval result of passing into a database;
and incrementally deriving a corresponding database script from the database according to the script version or the script submission time.
9. An electronic device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the database script management method according to any of claims 6 to 8 when executing the computer program.
10. A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the database script management method according to any one of claims 6 to 8.
CN201911204980.6A 2019-11-29 2019-11-29 Database script management platform and method, electronic equipment and storage medium Withdrawn CN111104155A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911204980.6A CN111104155A (en) 2019-11-29 2019-11-29 Database script management platform and method, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911204980.6A CN111104155A (en) 2019-11-29 2019-11-29 Database script management platform and method, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111104155A true CN111104155A (en) 2020-05-05

Family

ID=70421183

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911204980.6A Withdrawn CN111104155A (en) 2019-11-29 2019-11-29 Database script management platform and method, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111104155A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112256672A (en) * 2020-10-22 2021-01-22 中国联合网络通信集团有限公司 Database change approval method and device
CN112540997A (en) * 2020-12-17 2021-03-23 中国农业银行股份有限公司 Data resource management method, device, equipment and medium
CN112989781A (en) * 2021-03-11 2021-06-18 携程旅游网络技术(上海)有限公司 Automatic form data execution method and device, electronic equipment and storage medium
CN113792026A (en) * 2021-08-11 2021-12-14 深圳力维智联技术有限公司 Deployment method and device of database script and computer readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105897489A (en) * 2016-06-21 2016-08-24 浪潮(北京)电子信息产业有限公司 Automatic compliance configuration method and device for cloud data centre server
CN109002392A (en) * 2018-06-29 2018-12-14 郑州云海信息技术有限公司 A kind of software development script management method and system
CN109271199A (en) * 2018-09-11 2019-01-25 航天信息软件技术有限公司 A kind of method and system for database continuous integrating and script file management
CN109308285A (en) * 2018-10-11 2019-02-05 平安科技(深圳)有限公司 Database script management method, device, computer equipment and storage medium
CN109543441A (en) * 2018-10-08 2019-03-29 北京百度网讯科技有限公司 Database authorization method, device, computer equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105897489A (en) * 2016-06-21 2016-08-24 浪潮(北京)电子信息产业有限公司 Automatic compliance configuration method and device for cloud data centre server
CN109002392A (en) * 2018-06-29 2018-12-14 郑州云海信息技术有限公司 A kind of software development script management method and system
CN109271199A (en) * 2018-09-11 2019-01-25 航天信息软件技术有限公司 A kind of method and system for database continuous integrating and script file management
CN109543441A (en) * 2018-10-08 2019-03-29 北京百度网讯科技有限公司 Database authorization method, device, computer equipment and storage medium
CN109308285A (en) * 2018-10-11 2019-02-05 平安科技(深圳)有限公司 Database script management method, device, computer equipment and storage medium

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112256672A (en) * 2020-10-22 2021-01-22 中国联合网络通信集团有限公司 Database change approval method and device
CN112256672B (en) * 2020-10-22 2023-05-30 中国联合网络通信集团有限公司 Database change approval method and device
CN112540997A (en) * 2020-12-17 2021-03-23 中国农业银行股份有限公司 Data resource management method, device, equipment and medium
CN112989781A (en) * 2021-03-11 2021-06-18 携程旅游网络技术(上海)有限公司 Automatic form data execution method and device, electronic equipment and storage medium
CN112989781B (en) * 2021-03-11 2023-11-24 携程旅游网络技术(上海)有限公司 Form data automatic execution method, device, electronic equipment and storage medium
CN113792026A (en) * 2021-08-11 2021-12-14 深圳力维智联技术有限公司 Deployment method and device of database script and computer readable storage medium
CN113792026B (en) * 2021-08-11 2023-08-11 深圳力维智联技术有限公司 Method and device for deploying database script and computer-readable storage medium

Similar Documents

Publication Publication Date Title
CN111104155A (en) Database script management platform and method, electronic equipment and storage medium
CN109582301B (en) Service processing method, device, equipment and medium based on task scheduling system
US10380011B2 (en) Method, apparatus, and computer-readable medium for performing functional testing of software
CN104035873A (en) Method and device for generating testing codes
CN110287098A (en) Automatically create test script method, server and computer readable storage medium
CN107943466B (en) Database access statement generation method, device and equipment
CN110727575B (en) Information processing method, system, device and storage medium
CN103123605A (en) Android platform automation integration testing method and device
CN108073738B (en) GPIO (general purpose input/output) verification system and method
CN112052169A (en) Test management method, system, device and computer readable storage medium
CN113342669B (en) Verification method and device for shortening convergence time of chip code coverage rate
CN104657274A (en) Method and device for testing software interface
US9477582B2 (en) Executable software specification generation
US9612944B2 (en) Method and system for verifying scenario based test selection, execution and reporting
CN111400167A (en) Redfish service compliance verification method, device, equipment and medium
CN112395182A (en) Automatic testing method, device, equipment and computer readable storage medium
CN104461651A (en) Framework process control method, device and system
CN109710596A (en) Data clearing method, device, equipment and computer readable storage medium
CN113268470A (en) Efficient database rollback scheme verification method
JP7150167B2 (en) Automated control of distributed computing devices
CN110958243A (en) Network vulnerability submitting method and device, storage medium and electronic equipment
JP2009134460A (en) Risk extraction support device
CN110717315A (en) System data batch modification method and device, storage medium and electronic equipment
CN109828752B (en) Project code automatic generation method, device, computer equipment and storage medium
CN115269345A (en) Database testing method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication

Application publication date: 20200505

WW01 Invention patent application withdrawn after publication