# defog_utils **Repository Path**: woshilu272/defog_utils ## Basic Information - **Project Name**: defog_utils - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: jp/alias - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-06 - **Last Updated**: 2025-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # defog_utils Internal utilities library for Defog. These utilities comprise: * sql/schema/instruction feature extraction * database connectors and validators These utilities should be purely stateless and have minimal library dependencies. ## Installation ```bash pip install -e . ``` We recommend using `-e` flag to install in editable mode, since we foresee frequent updates to this library. ## Tests ```bash pytest ```