Skip to content

Releases: jcserv/sqli

1.0.3

02 Mar 03:53
Compare
Choose a tag to compare
  • ✨ feat: add wide format
  • ✨ feat: add additional support for more pg types
  • 🐛 fix: crash when querying table with lots of columns (>50)
  • 🔨 ci: added linting
  • 🔨 ci: added code coverage

1.0.2

01 Mar 20:08
Compare
Choose a tag to compare

sqli is a sleek SQL client, used as terminal-ui or command-line interface, that helps you query your databases

features 🚀

  • 📊 view query results directly in the terminal
    • or pipe it into other tools like jq
  • 🧪 simple syntax for ad-hoc queries from the terminal
  • 🔄 save and reuse database connections
  • 📁 collections are stored in your local file system
    • repo-level collections are stored in ./sqli - add these to your source control to share with others!
    • user-level settings & collections are stored in <CONFIG_DIR>/sqli
  • 🦀 written in rust btw 😎