Registry / testing / wix-embedded-mysql

wix-embedded-mysql

JSON →
library4.6.2javamavenunverified

Embedded MySql for E2E/IT tests.

<dependency> <groupId>com.wix</groupId> <artifactId>wix-embedded-mysql</artifactId> <version>4.6.2</version> </dependency>
INSTALL
IMPORT
SIG · WIX-EMBEDDED-MYSQL
W
wix-embedded-mysql
testingjavav4.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EmbeddedMysql
com.wix.mysql.EmbeddedMysql

Starts an embedded MySQL instance for testing.

import com.wix.mysql.EmbeddedMysql; import static com.wix.mysql.config.MysqldConfig.aMysqldConfig; import static com.wix.mysql.config.SchemaConfig.aSchemaConfig; public class Quickstart { public static void main(String[] args) { EmbeddedMysql mysqld = EmbeddedMysql.anEmbeddedMysql(aMysqldConfig() .withPort(3306) .build()) .addSchema("test", aSchemaConfig().build()) .start(); System.out.println("MySQL started on port 3306"); mysqld.stop(); } }
Debug
Known issues
gotchaVersion 4.6.2 may have compatibility issues with newer MySQL clients or JDBC drivers.
fix
Check the project's GitHub for updates or use a newer version if available.
affects: <=4.6.2
Upgrade
Version history
4.6.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
22
Meta
2
OpenAI (training)
1
Resources
wix-embedded-mysql — mvn dependency:get wix-embedded-mysql · libregistry