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 Oct 1, 2024
1 parent b41c710 commit 2273d1d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.5","generation_timestamp":"2024-09-01T00:49:47","documenter_version":"1.6.0"}}
{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-10-01T00:49:29","documenter_version":"1.7.0"}}
2 changes: 1 addition & 1 deletion dev/assets/themes/catppuccin-frappe.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/themes/catppuccin-latte.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/themes/catppuccin-macchiato.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/themes/catppuccin-mocha.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/themes/documenter-dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/themes/documenter-light.css

Large diffs are not rendered by default.

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><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></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="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.6.0 on <span class="colophon-date" title="Sunday 1 September 2024 00:49">Sunday 1 September 2024</span>. Using Julia version 1.10.5.</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="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.7.0 on <span class="colophon-date" title="Tuesday 1 October 2024 00:49">Tuesday 1 October 2024</span>. Using Julia version 1.10.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 comments on commit 2273d1d

Please sign in to comment.