macOS
brew install diesellocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für diesel in AI-Agent-Workflows.
Installation
brew install diesellocal Homebrew formula metadata
Überblick
Command-line tool for Rust ORM Diesel
Verlauf
Diesel is a Rust ORM, query builder, and migration toolchain with a Homebrew-packaged CLI. Its public identity is type-safe database interaction for PostgreSQL, MySQL, and SQLite.
The Diesel repository was created in 2015 and describes the project as a safe, extensible ORM and query builder for Rust. Its README emphasizes reducing database boilerplate while using Rust's type system to catch query errors at compile time.
The official guide places the CLI in the normal project workflow: set DATABASE_URL in .env, run diesel setup, generate migrations, and let diesel.toml guide generated schema output.
Diesel grew with the Rust ecosystem as one of the main answers for developers who wanted SQL databases without giving up Rust's compile-time checks. The project publishes crates, API docs, guides, and frequent GitHub releases, which makes it natural for both Cargo and system package managers.
Developers use the diesel CLI to set up projects, manage migrations, and generate schema files, while application code uses Diesel's derive macros and query builder. The common local convention is a project diesel.toml plus a .env file containing DATABASE_URL.
For package nerds, Diesel is notable because the Homebrew formula exposes only the CLI, but that binary is the operational face of a larger Rust crate ecosystem and database-migration workflow.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
diesel.toml.envCredential-bearing paths to review before unattended agent runs.
.envExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
diesel | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/diesel-rs/diesel
Installationsmetadaten
| Paketschlüssel | brew:diesel |
|---|---|
| Version | 2.3.11 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/diesel |
| Homepage | https://diesel.rs |
| Repository | https://github.com/diesel-rs/diesel |
| Upstream-Dokumentation | https://diesel.rs/guides/getting-started |
| Lizenz | Apache-2.0 OR MIT |
| Quellarchiv | https://github.com/diesel-rs/diesel/archive/refs/tags/v2.3.11.tar.gz |
| Zuletzt aktualisiert | 2026-07-10T07:04:39Z |
| Pulse | updated |
| Abhängigkeiten | libpq, mariadb-connector-c |
| Build-Abhängigkeiten | rust |
| Von macOS bereitgestellte Bibliotheken | sqlite |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | diesel |
| 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 |
|
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.