Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 764 Bytes

File metadata and controls

29 lines (21 loc) · 764 Bytes

SQL Database Tool (sql-db)

English | 中文

A simple and efficient SQL database query tool.

Author: qjzt_cn
Version: 0.0.1
Type: tool
Repository: https://github.com/QJZT/sql-db

Features

  • Lightweight dependencies with only two core libraries:

    • sqlalchemy>=2.0.0
    • psycopg2-binary>=2.9.9
  • Simplified workflow:

    • No complex URL authorization configuration needed
    • Direct database connection with simple parameters
    • Support for standard SQL operations (SELECT)

Usage Examples

Database Connection Query Interface Query Execution Results Display Advanced Features