duckdb / duckdb_vss

MIT License
54 stars 6 forks source link

Use of extension via install statement #20

Open soerenwolfers opened 3 weeks ago

soerenwolfers commented 3 weeks ago

Sorry that this issue is not really specific to this extension, but this is just the first time I am trying to use an extension:

Can this extension be used using a

INSTALL extensionname FROM 'URL'

statement in duckdb for some choice of URL?

If there is no public URL for this yet, which files would I have to make available on a server to enable this?