feat: 新增 SQL 联邦查询与数据库适配底座
- 提供统一编译、逻辑表映射与单源/联邦自动路由 - 增加有界执行、查询生命周期、统计成本优化与执行分析 - 内置 MySQL 与 PostgreSQL JDBC 适配和统计采集
This commit is contained in:
21
easy-agents-federation-sql/pom.xml
Normal file
21
easy-agents-federation-sql/pom.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.easyagents</groupId>
|
||||
<artifactId>easy-agents</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>easy-agents-federation-sql</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>easy-agents-federation-sql</name>
|
||||
|
||||
<modules>
|
||||
<module>easy-agents-federation-sql-core</module>
|
||||
<module>easy-agents-federation-sql-adapter-jdbc</module>
|
||||
</modules>
|
||||
</project>
|
||||
Reference in New Issue
Block a user