tarantool / tarantool/tt

tt connect: `postgres` like options

Open
#502 0 comments 0 reactions 0 assignees View on GitHub

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:

  • \dt and \d -- displays a brief list of spaces (excluding system ones)
  • \d space -- show space format
  • \dt space -- show info about space by its name
  • \di space -- list of space indexes
  • \di space index -- details on a specific index
  • \df function -- show info about function
  • \df -- show list of functions

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.