EaToSql


Api

Functions and values

Function or valueDescription
generateSqlFromModel
Signature: seq<Table> -> seq<string>

Takes a sequence of tables as input and generates the SQL statements necessary to create those tables as on SQL Server.

readTablesFromXmi
Signature: TextReader -> seq<Table>

Parses the UML XMI 2.1 XML as input and returns the tables described by the UML model.

Fork me on GitHub