cosq-0.4.0 is not a library.
Quick Start
# Install (macOS / Linux)
# Or via cargo
# Login to Azure
# Initialize with a Cosmos DB account
# Run a query
# Output as table or CSV
# Pipe-friendly (JSON to stdout, metadata to stderr)
|
Stored Queries
Save and reuse parameterized queries as .cosq files:
# Create a stored query (opens in editor)
# List all stored queries
# Run a stored query (interactive parameter prompts)
# Run with parameters from the command line
# Browse and pick a query interactively
AI Query Generation
Generate stored queries from natural language using your preferred AI provider:
# Set up AI (auto-detects Claude, Codex, Copilot, Ollama, or Azure OpenAI)
# Generate a query from a description
See INSTALL.md for all installation methods, shell completions, and platform-specific instructions.
Development
License
MIT