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

migratedb.v1.commandline.driversupport.YugabyteDBDriverSupport Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package migratedb.v1.commandline.driversupport;

import com.google.auto.service.AutoService;
import migratedb.v1.commandline.DriverSupport;

@AutoService(DriverSupport.class)
public class YugabyteDBDriverSupport extends PostgreSQLDriverSupport{
    @Override
    public String getName() {
        return "YugabyteDB";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy