Last active
May 22, 2020 06:30
-
-
Save gistlyn/c6567f32ba7de2eb760dc776f3067e78 to your computer and use it in GitHub Desktop.
Auto Generate DTOs from DBs for Add ServiceStack Reference Languages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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