tursodatabase/libsql

Integrate a https/S3 extension

オープン

#138 opened on 2023/03/05

 (0 件のコメント) (2 件のリアクション) (0 人の担当者)C (490 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (16,744 個のスター)
PR merge metrics
 (平均マージ 23h 19m) (30d で 1 merged 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.

コントリビューターガイド