Getting Started
Welcome to the rsql quick start guide! This section will help you install rsql, run your first query, and learn best practices for using the CLI efficiently.
Quick Start
- Install rsql
- See the Installation section for platform-specific instructions.
- Run your first query
- Try a simple query against a supported database or file. See First Query for examples.
- Explore configuration
- Customize rsql using the
rsql.toml
file. See the Configuration File appendix for details.
- Customize rsql using the
- Set your locale
- Use the
.locale
command to set your preferred language and number formatting. See Supported Locales.
- Use the
Best Practices
- Leverage command history and smart completions to speed up interactive work.
- Use output formats (CSV, JSON, Markdown, etc.) to integrate with other tools or reporting workflows.
- Check the FAQ & Tips for troubleshooting and advanced usage.
Ready to get started? Continue to Installation or jump to First Query.