https://github.com/jmix-framework/jmix-db-tests
Project for testing compatibility of Jmix framework with various databases
https://github.com/jmix-framework/jmix-db-tests
jmix
Last synced: 8 days ago
JSON representation
Project for testing compatibility of Jmix framework with various databases
- Host: GitHub
- URL: https://github.com/jmix-framework/jmix-db-tests
- Owner: jmix-framework
- Created: 2020-11-14T16:06:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T11:25:33.000Z (11 months ago)
- Last Synced: 2025-04-21T12:34:53.764Z (11 months ago)
- Topics: jmix
- Language: Java
- Homepage: https://www.jmix.io
- Size: 131 KB
- Stars: 0
- Watchers: 14
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jmix Database Tests
This project is designed for testing compatibiltiy with various databases. It uses [Testcontainers](https://www.testcontainers.org) for running test databases in Docker containers.
The following databases are tested as main data store: PostgreSQL, SQL Server, MySQL, MariaDB, Oracle 11.
Firebird is tested as an additional data store.
## Usage
Run Docker.
To test all databases, run:
```
./gradlew test
```
To test also with a custom Oracle image, provide a local image with Oracle XE, then run:
```
./gradlew test -PoracleImage=my-oracle-xe
```