Skip to content

2.0.0.3

Compare
Choose a tag to compare
@martinjw martinjw released this 22 Jul 08:56
  • net35/net4/net45/netstandard1.5 nuget package
  • zip containing net35/net4/net45 versions of
  • DatabaseSchemaReader.dll - Class library
  • DatabaseSchemaViewer.exe - UI to read and view database schemas; options to generate SQL and code; option to compare another schema
  • CopyToSQLite/CopyToSQLite.exe - UI to copy any database schema and data to SQLite or, if installed, SQL Server CE 4.0

This Release

  • New: Support .net Core
  • Breaking change to schema model
    • Some collection properties are List<> rather than IList<>
    • DatabaseTable constraints are List<> not ReadOnlyCollection<>
    • DatabaseArgument and some others lose reference to parent DatabaseSchema (circular reference)
    • Obsolete properties are deleted

Thanks for contributions and suggestions!