tt connect: `postgres` like options
Open
Nobody has claimed this yet.
13sp
teamE
- Dominant language
- Go
- Stars
- 113
- Forks
- 18
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 23
Description
By analogy with postgres to implement options for tt connect:
\dtand\d-- displays a brief list of spaces (excluding system ones)\dspace -- show space format\dtspace -- show info about space by its name\dispace -- list of space indexes\dispace index -- details on a specific index\dffunction -- show info about function\df-- show list of functions
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the tt connect command and the existing postgres-like option handling, then run its current help or command behavior. Done means tt connect supports the listed \dt, \d, \di, and \df forms, including their space, index, and function arguments, with the described listings and details.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100