Skip to content

Instantly share code, notes, and snippets.

@gistlyn
Last active May 22, 2020 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gistlyn/c6567f32ba7de2eb760dc776f3067e78 to your computer and use it in GitHub Desktop.
Save gistlyn/c6567f32ba7de2eb760dc776f3067e78 to your computer and use it in GitHub Desktop.
Auto Generate DTOs from DBs for Add ServiceStack Reference Languages
debug true
name Auto DTO
defaultRedirect /metadata
features AutoQueryFeature
AutoQueryFeature { MaxLimit: 100 }
AutoQueryFeature.GenerateCrudServices { }
# Configure below. Supported dialects: sqlite, sqlserver, postgres, mysql
db DIALECT
db.connection CONNECTION_STRING
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment