pub fn detect_dialect(header: &[u8]) -> DialectDetectionResultExpand description
Detect SQL dialect from file header content. Reads up to 8KB and looks for dialect-specific markers.
pub fn detect_dialect(header: &[u8]) -> DialectDetectionResultDetect SQL dialect from file header content. Reads up to 8KB and looks for dialect-specific markers.