011 GitHub stars
02Standardizes database enum values through centralized contract schema methods.
03Enforces named parameter binding (:param) to eliminate SQL injection risks.
04Ensures v2 API compliance with dual-mode snake_case and camelCase response patterns.
05Validates SQL placeholders against parameter keys to prevent runtime execution errors.
06Normalizes date handling using native Python objects instead of error-prone strings.