https://github.com/exasol/database-cleaner
Java library that allows you to delete all objects from an Exasol database. You can use it for example to isolate your tests.
https://github.com/exasol/database-cleaner
exasol exasol-integration integration-testing purger
Last synced: 10 months ago
JSON representation
Java library that allows you to delete all objects from an Exasol database. You can use it for example to isolate your tests.
- Host: GitHub
- URL: https://github.com/exasol/database-cleaner
- Owner: exasol
- License: mit
- Created: 2021-03-05T14:10:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T09:10:41.000Z (11 months ago)
- Last Synced: 2025-06-02T18:52:35.364Z (11 months ago)
- Topics: exasol, exasol-integration, integration-testing, purger
- Language: Java
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 8
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Exasol Database Cleaner
[](https://github.com/exasol/database-cleaner/actions/workflows/ci-build.yml)
[](https://search.maven.org/artifact/com.exasol/database-cleaner)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adatabase-cleaner)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adatabase-cleaner)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adatabase-cleaner)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adatabase-cleaner)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adatabase-cleaner)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adatabase-cleaner)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adatabase-cleaner)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adatabase-cleaner)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adatabase-cleaner)
This Java library allows you to delete all objects from an Exasol database. You can use it for example to isolate your tests.
## Usage
```java
new ExasolDatabaseCleaner(exasolSqlStatement).cleanDatabase();
```
## Additional Information
* [Changelog](doc/changes/changelog.md)
* [Dependencies](dependencies.md)