Ethra
Ethra
### Bug Description When running the query using sqlx, its output is different vs when the same query is run using postgersql CLI. Postgresql server, database are the same. ###...
Closes #5354 This pr changes the way `Prompt` works, `completion_fn` now returns a result that can be used to hide completion popup but still have autocomplete work when pressing tab....
Closes #1
I noticed that `Pipeline` does not implement TransactionsInterface which means I cannot use `MULTI` on it. Is there any specific reason why it's not implemented? AFAIK Commands in a pipeline...