Skip to content

Add feature: turso.tech#185

Merged
sebst merged 2 commits intomainfrom
copilot/add-feature-turso-tech
Mar 24, 2026
Merged

Add feature: turso.tech#185
sebst merged 2 commits intomainfrom
copilot/add-feature-turso-tech

Conversation

Copy link
Contributor

Copilot AI commented Mar 24, 2026

Adds a devcontainer feature for turso.tech that installs the tursodb CLI from tursodatabase/turso GitHub releases.

New files

  • src/turso.tech/ — feature metadata (devcontainer-feature.json), NOTES.md, and install.sh
  • test/turso.tech/test.sh — smoke test (tursodb --version)

Notable implementation details

  • Archives use .tar.xz (not .tar.gz), so xz-utils is installed if missing and extraction uses tar -xJ
  • Supports amd64x86_64 and arm64aarch64; other architectures exit with an error (no musl/armv7 builds are published upstream)
  • Binary in the archive lives at turso_cli-${arch}-unknown-linux-gnu/tursodb; extracted directly to /usr/local/bin
# Usage after install
tursodb           # interactive SQL shell
tursodb my.db --mcp  # MCP server mode for AI assistant integration

Root README

  • Added turso.tech row alphabetically between taskwarrior.org and webinstall.dev
Original prompt

This section details on the original issue you should resolve

<issue_title>Add feature "turso.tech"</issue_title>
<issue_description>Gh repo tursodatabase/turso</issue_description>

Comments on the Issue (you are @copilot in this section)


⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.

Copilot AI changed the title [WIP] Add feature turso.tech Add feature: turso.tech Mar 24, 2026
Copilot AI requested a review from sebst March 24, 2026 09:40
@sebst sebst marked this pull request as ready for review March 24, 2026 10:01
@sebst sebst merged commit 8cd052b into main Mar 24, 2026
7 checks passed
@sebst sebst deleted the copilot/add-feature-turso-tech branch March 26, 2026 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add feature "turso.tech"

2 participants