Browse database tables in an interactive terminal interface
View table data
Search table contents
Detailed row view for examining specific records
Keyboard-driven navigation with intuitive shortcuts
Screenshots
Installation
Prerequisites
Go 1.21 or higher
PostgreSQL database
From Source
# Clone the repository
git clone https://github.com/ddoemonn/go-dot-dot.git
cd go-dot-dot
# Build the application
go build -o go-dot-dot
# Move the executable to a directory in your PATH (e.g., /usr/local/bin)
sudo mv go-dot-dot /usr/local/bin
# Run the application
go-dot-dot
Configuration
The application uses environment variables for configuration. You can set these in your environment or create a .env file in the project root:
If no .env file exists, the application will automatically prompt you for your database credentials when you run go-dot-dot. After entering the credentials, it will generate a .env file with your provided information for future use.
Usage
After starting the application, you'll see a list of tables in your database.