Skip to content

Commit

Permalink
build based on 56155b8
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Feb 1, 2024
1 parent f29e64d commit 1da87f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-01-01T00:39:05","documenter_version":"1.2.1"}}
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-02-01T00:35:16","documenter_version":"1.2.1"}}
2 changes: 1 addition & 1 deletion dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
1941</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/asjir/FunnyORM.jl/blob/56155b80c41ab950e52843928ea8b466bf5d0264/src/mutating.jl#L62-L70">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="Base.getindex-Tuple{FunnyORM.DB, AbstractModel}" href="#Base.getindex-Tuple{FunnyORM.DB, AbstractModel}"><code>Base.getindex</code></a><span class="docstring-category">Method</span></header><section><div><p><code>db[oldmodel](update_kwargs...)</code> returns an updated model.</p><p><code>db[model]()</code> will not run the update query, so <code>db[model]</code> is a closure to return the up-to-date model when called.</p><p><strong>Examples</strong></p><pre><code class="language-julia-repl hljs">julia&gt; firstperson = first(db[Person[]]); firstperson.year_of_birth
1940
julia&gt; updated = db[firstperson](year_of_birth=1941); firstperson.year_of_birth, updated.year_of_birth
(1940, 1941)</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/asjir/FunnyORM.jl/blob/56155b80c41ab950e52843928ea8b466bf5d0264/src/mutating.jl#L78-L88">source</a></section></article><h2 id="Index"><a class="docs-heading-anchor" href="#Index">Index</a><a id="Index-1"></a><a class="docs-heading-anchor-permalink" href="#Index" title="Permalink"></a></h2><ul><li><a href="#FunnyORM.AbstractModel"><code>FunnyORM.AbstractModel</code></a></li><li><a href="#FunnyORM.DB"><code>FunnyORM.DB</code></a></li><li><a href="#FunnyORM.TableQuery"><code>FunnyORM.TableQuery</code></a></li><li><a href="#Base.getindex-Tuple{FunnyORM.DB, AbstractModel}"><code>Base.getindex</code></a></li><li><a href="#FunnyORM.@update"><code>FunnyORM.@update</code></a></li></ul></article><nav class="docs-footer"><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Monday 1 January 2024 00:39">Monday 1 January 2024</span>. Using Julia version 1.10.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
(1940, 1941)</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/asjir/FunnyORM.jl/blob/56155b80c41ab950e52843928ea8b466bf5d0264/src/mutating.jl#L78-L88">source</a></section></article><h2 id="Index"><a class="docs-heading-anchor" href="#Index">Index</a><a id="Index-1"></a><a class="docs-heading-anchor-permalink" href="#Index" title="Permalink"></a></h2><ul><li><a href="#FunnyORM.AbstractModel"><code>FunnyORM.AbstractModel</code></a></li><li><a href="#FunnyORM.DB"><code>FunnyORM.DB</code></a></li><li><a href="#FunnyORM.TableQuery"><code>FunnyORM.TableQuery</code></a></li><li><a href="#Base.getindex-Tuple{FunnyORM.DB, AbstractModel}"><code>Base.getindex</code></a></li><li><a href="#FunnyORM.@update"><code>FunnyORM.@update</code></a></li></ul></article><nav class="docs-footer"><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Thursday 1 February 2024 00:35">Thursday 1 February 2024</span>. Using Julia version 1.10.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 comments on commit 1da87f8

Please sign in to comment.