Documentation ¶
Index ¶
- func GenMssqlTable(ctx context.Context, db *sql.DB, schema string, name string, ...) (*model.Table, error)
- func GenMySQLTable(ctx context.Context, db *sql.DB, schema, table string, ignoreColumns []string) (*model.Table, error)
- func GenPostgresTable(ctx context.Context, db *sql.DB, schema string, name string, ...) (*model.Table, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenMssqlTable ¶ added in v0.0.6
func GenMssqlTable(ctx context.Context, db *sql.DB, schema string, name string, ignoreColumns []string) (*model.Table, error)
GenMssqlTable generates an MSSQL table and fills the Table structure.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.