macOS
brew install tursolocal Homebrew formula metadata
安装
brew install tursolocal Homebrew formula metadata
nix profile install nixpkgs#tursonixpkgs package indexes · pkgs/by-name/tu/turso/package.nix · 来源: api.github.com
概览
Interactive SQL shell for Turso
历史
Turso Database is an in-process SQL database written in Rust and designed for SQLite compatibility; the Homebrew package exposes the `tursodb` interactive shell.
The package points at the `tursodatabase/turso` repository, created in 2023 and now described officially as an in-process SQL database compatible with SQLite. Its README presents the project as beta software and lists SQLite compatibility, `BEGIN CONCURRENT`, change data capture, language bindings, async I/O, vector support, schema-management work, encryption experiments, full-text search, and multi-process WAL coordination as core areas.
The current Turso Database grew out of Turso's public SQLite evolution work. Official Turso docs describe libSQL as the earlier production-ready SQLite fork and Turso Database as the newer full rewrite of SQLite, maintained by Turso and intended for new projects, agents, smart devices, and high-density use cases.
Official Turso blog posts document the rewrite story: Limbo was introduced as a complete Rust rewrite of SQLite, the project later reached a first alpha under the Turso name, and a later retrospective said the team was a year into the rewrite with support for concurrent writes, CDC, native vector search, improved full-text search, and type-system work.
Turso is significant in package-manager history because a formerly cloud-service-associated database name became an installable local database engine and SQL shell. The supplied Homebrew metadata describes the formula as an interactive SQL shell for Turso and records `tursodb` as the executable.
The official README advertises install paths not only for the CLI shell but also Rust, JavaScript, Python, Java, .NET, Go, and WebAssembly bindings. That multi-language surface, plus Nix and Homebrew package presence in the supplied metadata, makes it visible both as an application dependency and as a developer workstation tool.
The simplest package-manager use is `brew install turso` followed by `tursodb`, which opens an interactive SQL shell connected to a transient in-memory database and supports opening persistent files. The manual explicitly compares the shell experience to `sqlite3` and documents dot commands and output modes.
Developers also use the project as an embedded database library through language bindings. Its package-nerd appeal is strongest where SQLite compatibility, Rust implementation, local-first sync ideas, vector search, and concurrent-write experimentation intersect.
Turso matters to package nerds because it is not just another database CLI: it is a high-profile attempt to package and distribute a modern SQLite-compatible engine as a local binary, language SDKs, and cloud-adjacent sync platform.
The project also captures a live transition in the SQLite ecosystem: libSQL as a production fork for compatibility today, and Turso Database as the experimental full rewrite that package managers can install for local testing.
安全态势
generalized runtime or code generation signal.
yellow 风险 · 中 置信度 · runtime
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
tursodb | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/tursodatabase/turso
安装元数据
| 软件包键 | brew:turso |
|---|---|
| 版本 | 0.7.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/turso |
| 主页 | https://github.com/tursodatabase/turso |
| 仓库 | https://github.com/tursodatabase/turso |
| 上游文档 | https://docs.turso.tech/libsql |
| 许可证 | MIT |
| 源码归档 | https://github.com/tursodatabase/turso/archive/refs/tags/v0.7.1.tar.gz |
| 最后更新 | 2026-07-22T17:13:56Z |
| Pulse | updated |
| 构建依赖 | rust |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | turso |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
turso
nix profile install nixpkgs#turso来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.