Skip to content

Generates create table scripts for Microsoft SQL Server that match selected objects in a Salesforce org

License

Notifications You must be signed in to change notification settings

jeffzmartin/SalesforceSQLSchemaGenerator

Repository files navigation

Salesforce SQL Schema Generator

Generates SQL script to match/mirror objects in the provided Salesforce org translating Salesforce types to Microsoft SQL Server data types. Generated script can be placed into a single file or multiple files based on table/object name. Script files can then be run against a MSSQL database to build tables.

Wish list/To-do items:

  • Support for scripting global lookups
  • Command line support
  • Generate delta sync scripts