vizgres 0.5.0

A fast, keyboard-driven PostgreSQL client for the terminal
Documentation
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

# IDE and editors
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Testing and coverage
.cargo/
*.profraw
*.profdata
coverage/
*.lcov
tarpaulin-report.html

# Build artifacts
*.exe
*.dll
*.so
*.dylib

# User configuration (may contain secrets)
.vizgres/

# Logs
*.log

# Secrets safety net
.env*
*.pem
*.key