sabiql 3.0.0

A fast, driver-less TUI for browsing and editing PostgreSQL, MySQL, and SQLite databases
1
2
3
4
5
pre-commit:
  commands:
    fmt:
      run: cargo fmt
      stage_fixed: true