tursodatabase/libsql

Integrate a https/S3 extension

開放

#138 建立於 2023年3月5日

 (0 則留言) (2 個反應) (0 位負責人)C (490 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (16,744 顆星)
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.

貢獻者指南