Module sql

Module sql 

Source
Expand description

SQL Import functionality

Provides parsing of CREATE TABLE statements from various SQL dialects.

Uses sqlparser to parse CREATE TABLE statements into SDK import primitives.

§Validation

All imported table and column names are validated for:

  • Valid identifier format
  • Maximum length limits
  • SQL reserved word detection

Structs§

SQLImporter
SQL Importer - parses CREATE TABLE statements