io.github.biezhi.anima.dialect.PostgreSQLDialect Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anima Show documentation
Show all versions of anima Show documentation
Operate the database like a stream
package io.github.biezhi.anima.dialect;
/**
* PostgreSQL dialect
*
* @author biezhi
* @date 2018/3/17
*/
public class PostgreSQLDialect extends MySQLDialect {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy