🐶
roapi-cloud
  • ROAPI Documentation
    • TOC
    • Postgres wire protocol
    • 全流程试用
    • 云存储
    • 云服务版本的roapi一共分成了四个部分组成。
    • 场景和解决方案
    • 安装
    • 快速开始
    • roapi cloud 介绍
    • HTTP API
      • Response serialization
      • ingest
        • Databases
        • 文件
      • 元数据管理
        • 数据表操作相关
        • 用户相关
      • 登陆和token管理
        • 用户登陆
        • 组织
      • Query frontends
        • GraphQL
        • Key value lookup
        • REST
        • SQL
    • Config
      • Blob store
      • Command line argument
      • YAML config
由 GitBook 提供支持
在本页
在GitHub上编辑
  1. ROAPI Documentation
  2. HTTP API
  3. ingest

Databases

通过 connector-x Rust包, ROAPI-cloud可以支持跨库的数据查询。

.....

你可以通过一个query语句同时查询 MySQL, SQLite and 上传的csv表。

上一页ingest下一页文件

最后更新于2年前