A TUI based database browser and editor.
# clone this repo
git clone https://github.com/rutwikhdev/lazydb && cd lazydb
# Install
# make sure golang is installed and go/bin is in your path
go install .
# Run
lazydb- SQLite
- Mysql/Mariadb
- PostgreSQL
- View table and single record
- Insert record
- Update record
- Delete record
- Column search
- Fuzzy search
- Custom fetch queries