Skip to content

Commit

Permalink
Allow custom column level comments in column mapper config - useful f…
Browse files Browse the repository at this point in the history
…or things like @deprecated
  • Loading branch information
lorefnon committed Sep 28, 2023
1 parent 8731713 commit 115c983
Show file tree
Hide file tree
Showing 34 changed files with 2,580 additions and 4,749 deletions.
53 changes: 53 additions & 0 deletions docs/README.md
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)
85 changes: 0 additions & 85 deletions docs/assets/highlight.css

This file was deleted.

58 changes: 0 additions & 58 deletions docs/assets/main.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/search.js

This file was deleted.

Loading

0 comments on commit 115c983

Please sign in to comment.