You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you looking for an application that connects to a database and shows a UI letting users see and edit entries in a DB?
Such an UI could be built using cursive. There is no such built-in components at the moment, but you could write your own or combine existing components (for example each row could be a horizontal LinearLayout of EditView). It sounds like a relatively large project, especially if you'd want to be generic and handle any table.
Is your feature request related to a problem? Please describe.
More of a rust question really; How would I bring
form
,panel
, andmenu
into this?Describe the solution you'd like
Be able to
create
,read
, andedit
database data with label and field inform
andpanel
of ncurses.Describe alternatives you've considered
Add
form
andpanel
intocursive
Additional context
Not really, keep up the good work!
The text was updated successfully, but these errors were encountered: