DataObjectFromSqlCreateTable

Combines StructFromCreateTable and SimpleDataObject into a one-stop template. alias DataObjectFromSqlCreateTable(import("file.sql"), "my_table") MyTable;

template DataObjectFromSqlCreateTable (
string sql
string tableName
) {}
Suggestion Box / Bug Report