jorgerojas26 / lazysql

A cross-platform TUI database management tool written in Go.
MIT License
916 stars 51 forks source link

Add support for NULL, EMPTY and DEFAULT values #110

Closed jorgerojas26 closed 1 month ago

jorgerojas26 commented 1 month ago

Add a menu to set NULL, EMPTY and DEFAULT values

image

It also works on the sidebar

image

Adds italic style to the cells with NULL, EMPTY or DEFAULT values

image

Fixes #57