Skip to content

Commit

Permalink
pkg: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeid Ostad committed Feb 17, 2021
1 parent 1f621be commit e412987
Show file tree
Hide file tree
Showing 17 changed files with 3,158 additions and 937 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 17 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,21 +90,30 @@ <h3>Credits:</h3>
<li class=" ">
<a href="modules.html">Exports</a>
</li>
<li class="label tsd-is-external">
<span>Externals</span>
</li>
<li class=" tsd-kind-namespace tsd-is-external">
<a href="modules/databasetasks.html">Database<wbr>Tasks</a>
</li>
<li class=" tsd-kind-namespace tsd-is-external">
<a href="modules/typings.html">Typings</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-interface tsd-is-external">
<a href="interfaces/column.html" class="tsd-kind-icon">Column</a>
<li class=" tsd-kind-reference">
<a href="modules.html#column" class="tsd-kind-icon">Column</a>
</li>
<li class=" tsd-kind-interface">
<a href="interfaces/config.html" class="tsd-kind-icon">Config</a>
<li class=" tsd-kind-reference">
<a href="modules.html#database" class="tsd-kind-icon">Database</a>
</li>
<li class=" tsd-kind-interface tsd-is-external">
<a href="interfaces/database.html" class="tsd-kind-icon">Database</a>
<li class=" tsd-kind-reference">
<a href="modules.html#table" class="tsd-kind-icon">Table</a>
</li>
<li class=" tsd-kind-interface tsd-is-external">
<a href="interfaces/table.html" class="tsd-kind-icon">Table</a>
<li class=" tsd-kind-interface">
<a href="interfaces/config.html" class="tsd-kind-icon">Config</a>
</li>
<li class=" tsd-kind-variable tsd-is-external">
<a href="modules.html#default" class="tsd-kind-icon">default</a>
Expand Down
271 changes: 151 additions & 120 deletions docs/interfaces/config.html

Large diffs are not rendered by default.

88 changes: 61 additions & 27 deletions docs/interfaces/column.html → docs/interfaces/typings.column.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
<a href="../modules.html">sql-ts-knex-generator</a>
</li>
<li>
<a href="column.html">Column</a>
<a href="../modules/typings.html">Typings</a>
</li>
<li>
<a href="typings.column.html">Column</a>
</li>
</ul>
<h1>Interface Column</h1>
Expand Down Expand Up @@ -84,6 +87,11 @@ <h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">Column</span>
<ul class="tsd-hierarchy">
<li>
<a href="typings.decoratedcolumn.html" class="tsd-signature-type" data-tsd-kind="Interface">DecoratedColumn</a>
</li>
</ul>
</li>
</ul>
</section>
Expand All @@ -94,11 +102,12 @@ <h2>Index</h2>
<section class="tsd-index-section tsd-is-external">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="column.html#isenum" class="tsd-kind-icon">is<wbr>Enum</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="column.html#name" class="tsd-kind-icon">name</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="column.html#nullable" class="tsd-kind-icon">nullable</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="column.html#optional" class="tsd-kind-icon">optional</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="column.html#type" class="tsd-kind-icon">type</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="typings.column.html#isenum" class="tsd-kind-icon">is<wbr>Enum</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="typings.column.html#isprimarykey" class="tsd-kind-icon">is<wbr>Primary<wbr>Key</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="typings.column.html#name" class="tsd-kind-icon">name</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="typings.column.html#nullable" class="tsd-kind-icon">nullable</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="typings.column.html#optional" class="tsd-kind-icon">optional</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="typings.column.html#type" class="tsd-kind-icon">type</a></li>
</ul>
</section>
</div>
Expand All @@ -116,6 +125,16 @@ <h3>is<wbr>Enum</h3>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="isprimarykey" class="tsd-anchor"></a>
<h3>is<wbr>Primary<wbr>Key</h3>
<div class="tsd-signature tsd-kind-icon">is<wbr>Primary<wbr>Key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/@rmp135/sql-ts/dist/Typings.d.ts:47</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="name" class="tsd-anchor"></a>
<h3>name</h3>
Expand Down Expand Up @@ -164,54 +183,69 @@ <h3>type</h3>
<li class=" ">
<a href="../modules.html">Exports</a>
</li>
<li class="label tsd-is-external">
<span>Externals</span>
</li>
<li class=" tsd-kind-namespace tsd-is-external">
<a href="../modules/databasetasks.html">Database<wbr>Tasks</a>
</li>
<li class="current tsd-kind-namespace tsd-is-external">
<a href="../modules/typings.html">Typings</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-is-external">
<a href="column.html" class="tsd-kind-icon">Column</a>
<li class="current tsd-kind-interface tsd-parent-kind-namespace tsd-is-external">
<a href="typings.column.html" class="tsd-kind-icon">Column</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="column.html#isenum" class="tsd-kind-icon">is<wbr>Enum</a>
<a href="typings.column.html#isenum" class="tsd-kind-icon">is<wbr>Enum</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="typings.column.html#isprimarykey" class="tsd-kind-icon">is<wbr>Primary<wbr>Key</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="column.html#name" class="tsd-kind-icon">name</a>
<a href="typings.column.html#name" class="tsd-kind-icon">name</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="column.html#nullable" class="tsd-kind-icon">nullable</a>
<a href="typings.column.html#nullable" class="tsd-kind-icon">nullable</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="column.html#optional" class="tsd-kind-icon">optional</a>
<a href="typings.column.html#optional" class="tsd-kind-icon">optional</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="column.html#type" class="tsd-kind-icon">type</a>
<a href="typings.column.html#type" class="tsd-kind-icon">type</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-interface">
<a href="config.html" class="tsd-kind-icon">Config</a>
<li class=" tsd-kind-interface tsd-parent-kind-namespace tsd-is-external">
<a href="typings.config.html" class="tsd-kind-icon">Config</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace tsd-is-external">
<a href="typings.database.html" class="tsd-kind-icon">Database</a>
</li>
<li class=" tsd-kind-interface tsd-is-external">
<a href="database.html" class="tsd-kind-icon">Database</a>
<li class=" tsd-kind-interface tsd-parent-kind-namespace tsd-is-external">
<a href="typings.decoratedcolumn.html" class="tsd-kind-icon">Decorated<wbr>Column</a>
</li>
<li class=" tsd-kind-interface tsd-is-external">
<a href="table.html" class="tsd-kind-icon">Table</a>
<li class=" tsd-kind-interface tsd-parent-kind-namespace tsd-is-external">
<a href="typings.decorateddatabase.html" class="tsd-kind-icon">Decorated<wbr>Database</a>
</li>
<li class=" tsd-kind-variable tsd-is-external">
<a href="../modules.html#default" class="tsd-kind-icon">default</a>
<li class=" tsd-kind-interface tsd-parent-kind-namespace tsd-is-external">
<a href="typings.decoratedenum.html" class="tsd-kind-icon">Decorated<wbr>Enum</a>
</li>
<li class=" tsd-kind-function tsd-is-external">
<a href="../modules.html#fromobject" class="tsd-kind-icon">from<wbr>Object</a>
<li class=" tsd-kind-interface tsd-parent-kind-namespace tsd-is-external">
<a href="typings.decoratedtable.html" class="tsd-kind-icon">Decorated<wbr>Table</a>
</li>
<li class=" tsd-kind-function tsd-is-external">
<a href="../modules.html#toobject" class="tsd-kind-icon">to<wbr>Object</a>
<li class=" tsd-kind-interface tsd-parent-kind-namespace tsd-is-external">
<a href="typings.enum.html" class="tsd-kind-icon">Enum</a>
</li>
<li class=" tsd-kind-function tsd-is-external">
<a href="../modules.html#totypescript" class="tsd-kind-icon">to<wbr>Type<wbr>Script</a>
<li class=" tsd-kind-interface tsd-parent-kind-namespace tsd-is-external">
<a href="typings.table.html" class="tsd-kind-icon">Table</a>
</li>
</ul>
</nav>
Expand Down
Loading

0 comments on commit e412987

Please sign in to comment.