tursodatabase/libsql

Integrate a https/S3 extension

Open

#138 创建于 2023年3月5日

在 GitHub 查看
 (0 评论) (2 反应) (0 负责人)C (490 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (16,744 star)
PR 合并指标
 (平均合并 23小时 19分钟) (30 天内合并 1 个 PR)

描述

DuckDB folks implemented an extremely nice HTTPS extension: https://duckdb.org/docs/extensions/httpfs.html.

Let's figure out how to add one to libSQL as well. DuckDB's syntax: SELECT * FROM 'https://domain.tld/file.extension sounds extremely self-explanatory and useful, so I suggest we just follow suit. Perhaps by having a special built-in VFS implementation capable of reading files from https, and reading+writing to S3 endpoints. Then, the syntax "SELECT * from 'url'" can transparently use this VFS.

贡献者指南