All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.etlunit.feature.database.DatabaseFeatureModule.configuration Maven / Gradle / Ivy

There is a newer version: 1.6.9
Show newest version
{
	features:
	{
		database: {
			(
				(default-implementation-id: '')?
				(default-connection-id: '')?
				database-definitions: {
					(
						connection-id: {
							implementation-id: '',
							server-name: ''
							(
								modes: [
									('')+
								]
							)?
						};
					)+
				}
			)+
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy