01Supports connectivity to SQLite, SQL Server, PostgreSQL, and MySQL databases
02Provides tools for executing read (SELECT) and write (INSERT, UPDATE, DELETE) SQL queries
03Enables database schema management, including creating, altering, and dropping tables
04Allows listing and describing database tables to understand schema structure
05Supports exporting query results into CSV or JSON formats
060 GitHub stars