Apache Doris | |
数据库模式 | Relational |
官网 | https://doris.apache.org/ |
说明文档 | https://github.com/apache/doris/wiki |
安装说明 | |
数据类型说明 | https://doris.apache.org/zh-CN/docs/sql-manual/sql-reference/Data-Types/ |
DDL说明 | https://doris.apache.org/zh-CN/docs/sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE |
元数据说明 | |
示例代码 | https://gitee.com/anyline/anyline-simple/tree/master/anyline-simple-data-jdbc-dialect/anyline-simple-data-jdbc-doris |
驱动类 | com.mysql.cj.jdbc.Driver |
驱动下载 | |
驱动maven | |
JDBC-URL | jdbc:mysql://{host}:{port:3306}/{database} |
支持语言 | Java |
支持接口 | JDBC,MySQL client |