What problem does it solve?
Developers often struggle to integrate XuguDB with Python, handling driver installation, connection setup, and database operations manually.
Core Features & Use Cases
- Driver Installation & Environment Setup: Guides for installing the xgcondb driver on Windows and Linux.
- Connection Management: Simple APIs for basic, SSL, and multi‑IP high‑availability connections.
- CRUD Operations & Parameter Binding: Supports
execute, executemany, and executebatch with both positional and named parameters.
- Transaction Control: Manual and autocommit modes, with explicit
begin, commit, and rollback.
- LOB Handling & Stored Procedures: Methods for BLOB/CLOB operations and calling procedures with in/out parameters.
- Use Case Example: Rapidly develop a Python script that connects to XuguDB, creates a table, inserts data, and queries results.
Quick Start
Use the XuguDB Python skill to connect to a database, create a table, insert a row, and fetch the data in a single natural‑language command.