mirror of
https://github.com/simonw/dclient.git
synced 2026-07-23 01:14:32 +02:00
Demonstrate aliases directly in the README
This commit is contained in:
parent
829f27b8d1
commit
ce62592540
1 changed files with 8 additions and 1 deletions
|
|
@ -31,7 +31,14 @@ datasette install dclient
|
|||
```bash
|
||||
dclient query https://latest.datasette.io/fixtures "select * from facetable limit 1"
|
||||
```
|
||||
|
||||
To shorten that, create an alias:
|
||||
```bash
|
||||
dclient alias add fixtures https://latest.datasette.io/fixtures
|
||||
```
|
||||
Then run it like this instead:
|
||||
```bash
|
||||
dclient query fixtures "select * from facetable limit 1"
|
||||
```
|
||||
## Documentation
|
||||
|
||||
Visit **[dclient.datasette.io](https://dclient.datasette.io)** for full documentation on using this tool.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue