Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a Seafowl CLI #467

Closed
gruuya opened this issue Nov 21, 2023 · 0 comments · Fixed by #468
Closed

Implement a Seafowl CLI #467

gruuya opened this issue Nov 21, 2023 · 0 comments · Fixed by #468
Assignees

Comments

@gruuya
Copy link
Contributor

gruuya commented Nov 21, 2023

Add a --cli flag to Seafowl, which would allow running an interactive line editor locally.

This is mainly for quicker prototyping/troubleshooting/testing, as currently all the alternatives are sub-optimal:

  • the HTTP frontend usually requires formatting curl request which introduces some friction, as it's mostly devised to be used in production settings (+ it doesn't support all types atm, e.g. see Result JSON unsupported types #393)
  • the PG frontend doesn't support the full Seafowl syntax for now
  • there is also the one-off command, but it only runs one query and exits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant