Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Publish 'docs' to 'gh-pages' in 'egomobile/node-orm'
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubertego committed Jan 24, 2023
1 parent 715daa2 commit 8b89ea9
Show file tree
Hide file tree
Showing 18 changed files with 103 additions and 103 deletions.
34 changes: 17 additions & 17 deletions classes/DataAdapterBase.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/createDataContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h5>options: <a href="../interfaces/ICreateDataContextOptions.html" class="tsd-s
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/IDataContext.html" class="tsd-signature-type" data-tsd-kind="Interface">IDataContext</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/egomobile/node-orm/blob/c917c17/src/index.ts#L32">index.ts:32</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/egomobile/node-orm/blob/4de6f76/src/index.ts#L32">index.ts:32</a></li></ul></aside></li></ul></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
2 changes: 1 addition & 1 deletion functions/getDbValue.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h5>val: <span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/egomobile/node-orm/blob/c917c17/src/utils/index.ts#L37">utils/index.ts:37</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/egomobile/node-orm/blob/4de6f76/src/utils/index.ts#L37">utils/index.ts:37</a></li></ul></aside></li></ul></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
2 changes: 1 addition & 1 deletion functions/isExplicitNull.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h5>val: <span class="tsd-signature-type">any</span></h5>
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">val</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-symbol">typeof </span><a href="../variables/NULL.html" class="tsd-signature-type" data-tsd-kind="Variable">NULL</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/egomobile/node-orm/blob/c917c17/src/utils/index.ts#L60">utils/index.ts:60</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/egomobile/node-orm/blob/4de6f76/src/utils/index.ts#L60">utils/index.ts:60</a></li></ul></aside></li></ul></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
8 changes: 4 additions & 4 deletions interfaces/ICreateDataContextOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">ICreateDataContextOptions</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/egomobile/node-orm/blob/c917c17/src/index.ts#L22">index.ts:22</a></li></ul></aside>
<li>Defined in <a href="https://github.com/egomobile/node-orm/blob/4de6f76/src/index.ts#L22">index.ts:22</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand All @@ -46,15 +46,15 @@ <h3 class="tsd-anchor-link"><span>adapter</span><a href="#adapter" aria-label="P
</div><aside class="tsd-sources">
<p>Inherited from IDataContextOptions.adapter</p>
<ul>
<li>Defined in <a href="https://github.com/egomobile/node-orm/blob/c917c17/src/classes/DataContext.ts#L28">classes/DataContext.ts:28</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/egomobile/node-orm/blob/4de6f76/src/classes/DataContext.ts#L28">classes/DataContext.ts:28</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="entities" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>entities</span><a href="#entities" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">entities<span class="tsd-signature-symbol">:</span> <a href="../types/EntityConfigurations.html" class="tsd-signature-type" data-tsd-kind="Type alias">EntityConfigurations</a></div>
<div class="tsd-comment tsd-typography"><p>The configurations of all entities / tables.</p>
</div><aside class="tsd-sources">
<p>Inherited from IDataContextOptions.entities</p>
<ul>
<li>Defined in <a href="https://github.com/egomobile/node-orm/blob/c917c17/src/classes/DataContext.ts#L32">classes/DataContext.ts:32</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/egomobile/node-orm/blob/4de6f76/src/classes/DataContext.ts#L32">classes/DataContext.ts:32</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="noDbNull" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>no<wbr/>Db<wbr/>Null</span><a href="#noDbNull" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">no<wbr/>Db<wbr/>Null<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Nilable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></div>
Expand All @@ -65,7 +65,7 @@ <h3>Default</h3><p><code>false</code></p>
</div><aside class="tsd-sources">
<p>Inherited from IDataContextOptions.noDbNull</p>
<ul>
<li>Defined in <a href="https://github.com/egomobile/node-orm/blob/c917c17/src/classes/DataContext.ts#L39">classes/DataContext.ts:39</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/egomobile/node-orm/blob/4de6f76/src/classes/DataContext.ts#L39">classes/DataContext.ts:39</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
Loading

0 comments on commit 8b89ea9

Please sign in to comment.