forked from lorefnon/ts-sql-codegen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow custom column level comments in column mapper config - useful f…
…or things like @deprecated
- Loading branch information
Showing
34 changed files
with
2,580 additions
and
4,749 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
ts-sql-codegen | ||
|
||
# ts-sql-codegen | ||
|
||
## Table of contents | ||
|
||
### Classes | ||
|
||
- [Generator](classes/Generator.md) | ||
|
||
### Interfaces | ||
|
||
- [CommonCustomTypesOptions](interfaces/CommonCustomTypesOptions.md) | ||
- [CommonOptions](interfaces/CommonOptions.md) | ||
- [CommonPrimaryKeyOptions](interfaces/CommonPrimaryKeyOptions.md) | ||
- [CommonTypeAdapterOptions](interfaces/CommonTypeAdapterOptions.md) | ||
- [ExportOptions](interfaces/ExportOptions.md) | ||
- [FieldMapping](interfaces/FieldMapping.md) | ||
- [GeneratedField](interfaces/GeneratedField.md) | ||
- [GeneratedFieldType](interfaces/GeneratedFieldType.md) | ||
- [GeneratorOpts](interfaces/GeneratorOpts.md) | ||
- [ImportedItem](interfaces/ImportedItem.md) | ||
- [TableInclusion](interfaces/TableInclusion.md) | ||
|
||
### Type Aliases | ||
|
||
- [StrOrRegExp](README.md#strorregexp) | ||
|
||
### Variables | ||
|
||
- [fieldMappings](README.md#fieldmappings) | ||
|
||
## Type Aliases | ||
|
||
### StrOrRegExp | ||
|
||
Ƭ **StrOrRegExp**: `z.TypeOf`<typeof `StrOrRegExpSchema`\> | ||
|
||
Matching criteria specified as string or regex | ||
|
||
#### Defined in | ||
|
||
[src/field-mappings.ts:8](https://github.com/lorefnon/ts-sql-codegen/blob/8731713/src/field-mappings.ts#L8) | ||
|
||
## Variables | ||
|
||
### fieldMappings | ||
|
||
• `Const` **fieldMappings**: [`FieldMapping`](interfaces/FieldMapping.md)[] | ||
|
||
#### Defined in | ||
|
||
[src/field-mappings.ts:131](https://github.com/lorefnon/ts-sql-codegen/blob/8731713/src/field-mappings.ts#L131) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.