sql-cli 1.73.1

SQL query tool for CSV/JSON with both interactive TUI and non-interactive CLI modes - perfect for exploration and automation
Documentation
1
2
3
4
5
6
7
8
9
10
[project]
name = "sql-cli-tests"
version = "0.1.0"
dependencies = [
    "flask>=3.0.0",
    "pytest>=7.4.0",
]

[tool.setuptools]
py-modules = []