io.ebean.platform.yugabyte.YugabytePlatform Maven / Gradle / Ivy
package io.ebean.platform.yugabyte;
import io.ebean.annotation.Platform;
import io.ebean.platform.postgres.PostgresPlatform;
public class YugabytePlatform extends PostgresPlatform {
public YugabytePlatform() {
super();
this.platform = Platform.YUGABYTE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy