Database Testing Framework

Versión 1.0.0.1 (52,5 KB) por Tim Johns
Test MATLAB® code against databases running in Docker®
47 Descargas
Actualizado 22 jun 2020

Test MATLAB® code against databases running in Docker®

Introduction
The code in this project allows you to test MATLAB code that requires a database by using a local instance of the database server running in Docker.

The following databases are currently supported:

Microsoft SQL Server® 2017 & 2019 (latest published)
PostgreSQL® (latest published)
SQLite (does not require Docker).

By creating tests that inherit from the relevant test class, the Docker container will automatically be spun up and a connection created. The test class also provides methods to create database checkpoints, restore the database to that checkpoint, delete the checkpoint, and import backup files (e.g. from your production database).

Requirements
MATLAB
Database Toolbox™
Docker Desktop
Database drivers.

Installation & Documentation
Install by double-clicking the mltbx file. Documentation is provided in the getting started guide.

Licence
Please see LICENCE.txt (https://github.com/mathworks-ref-arch/matlab-database-testing-framework/blob/master/LICENCE.txt)

Enhancement requests
Please submit issues to GitHub.

Citar como

Tim Johns (2026). Database Testing Framework (https://github.com/mathworks-ref-arch/matlab-database-testing-framework/releases/tag/1.0.0.1), GitHub. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2020a
Compatible con cualquier versión desde R2019b
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas
Versión Publicado Notas de la versión
1.0.0.1

See release notes for this release on GitHub: https://github.com/mathworks-ref-arch/matlab-database-testing-framework/releases/tag/1.0.0.1

1.0.0

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.