HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by achristmascarl

Comment by achristmascarl 10 months ago

2 replies

View on Hacker News

on a more serious note, the library i used for the query editor, tui-textarea [0], is very well done, and the other db tui i drew inspiration from, gobang[1], is a great example of a ratatui app. would recommend checking those out

[0] https://github.com/rhysd/tui-textarea

[1] https://github.com/TaKO8Ki/gobang

snthpy 10 months ago

Looks great! I'll be watching your progress with great interest.

What do you use for the DataTable widget? Is there a Rust/Ratatui equivalent of DataTable (https://textual.textualize.io/widgets/data_table/) used by Harlequin?

Reply View | 1 reply
  • achristmascarl 10 months ago

    yep! ratatui has the Table widget: https://docs.rs/ratatui/latest/ratatui/widgets/struct.Table....

    Reply View | 0 replies