tursodatabase / turso-docs

Turso reference documentation
https://docs.turso.tech
MIT License
11 stars 48 forks source link

Document enabled SQLite extensions #26

Closed penberg closed 1 year ago

penberg commented 1 year ago

@glommer did the work to enable some SQLite extensions on Turso. Let's document which ones.

glommer commented 1 year ago

As per my post today, to guide doc effort:

Hey @everyone , we just enabled something most of you were asking... SQLite extensions! 
For now, the following extensions are enabled: vector0 and vss0 from https://github.com/asg017/sqlite-vss. From https://github.com/nalgeon/sqlean, we enabled: crypto, fuzzy, math, stats, text, unicode, and uuid.

Next we're looking into enabling FTS5. If your favorite extension is not in the list, let us know!!

Notice that for now, this is only enabled in the Turso database, and if you are using file: protocol for local testing this will not work. Same if you have a local sqld server for local testing. We will work on enabling all that.

Lastly, the extension support is experimental, so if you hit any issues, let us know!!!