01Provides a unified interface for database operations.
02Supports raw SQL query execution and structured query tools.
03Supports SQLite, PostgreSQL, MySQL/MariaDB, and SQL Server databases.
04Offers tools for schema management (create, alter, drop tables/indexes).
05Enables transaction management (begin, commit, rollback).