Skip to content

Commit

Permalink
deploy: 970d3c3
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Nov 22, 2024
1 parent 0a31206 commit 643070b
Show file tree
Hide file tree
Showing 81 changed files with 1,374 additions and 718 deletions.
2 changes: 1 addition & 1 deletion hotshot_query_service/all.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions hotshot_query_service/availability/struct.BlockQueryData.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions hotshot_query_service/availability/struct.LeafQueryData.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
<a href="atomic_store::AtomicStore::commit_version">AtomicStore::commit_version</a>, the version of
this <a href="../fs/type.FileSystemDataSource.html" title="type hotshot_query_service::data_source::fs::FileSystemDataSource">FileSystemDataSource</a> must be advanced, either by <a href="../trait.Transaction.html#tymethod.commit" title="method hotshot_query_service::data_source::Transaction::commit">commit</a>
or, if there are no outstanding changes, <a href="struct.FetchingDataSource.html#method.skip_version" title="method hotshot_query_service::data_source::fetching::FetchingDataSource::skip_version">skip_version</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-FetchingDataSource%3CTypes,+SqlStorage,+P%3E" class="impl"><a class="src rightside" href="../../../src/hotshot_query_service/data_source/sql.rs.html#286-301">source</a><a href="#impl-FetchingDataSource%3CTypes,+SqlStorage,+P%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Types, P: <a class="trait" href="trait.AvailabilityProvider.html" title="trait hotshot_query_service::data_source::fetching::AvailabilityProvider">AvailabilityProvider</a>&lt;Types&gt;&gt; <a class="struct" href="struct.FetchingDataSource.html" title="struct hotshot_query_service::data_source::fetching::FetchingDataSource">FetchingDataSource</a>&lt;Types, <a class="struct" href="../storage/sql/struct.SqlStorage.html" title="struct hotshot_query_service::data_source::storage::sql::SqlStorage">SqlStorage</a>, P&gt;<div class="where">where
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-FetchingDataSource%3CTypes,+SqlStorage,+P%3E" class="impl"><a class="src rightside" href="../../../src/hotshot_query_service/data_source/sql.rs.html#301-316">source</a><a href="#impl-FetchingDataSource%3CTypes,+SqlStorage,+P%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Types, P: <a class="trait" href="trait.AvailabilityProvider.html" title="trait hotshot_query_service::data_source::fetching::AvailabilityProvider">AvailabilityProvider</a>&lt;Types&gt;&gt; <a class="struct" href="struct.FetchingDataSource.html" title="struct hotshot_query_service::data_source::fetching::FetchingDataSource">FetchingDataSource</a>&lt;Types, <a class="struct" href="../storage/sql/struct.SqlStorage.html" title="struct hotshot_query_service::data_source::storage::sql::SqlStorage">SqlStorage</a>, P&gt;<div class="where">where
Types: NodeType,
<a class="type" href="../../type.Header.html" title="type hotshot_query_service::Header">Header</a>&lt;Types&gt;: <a class="trait" href="../../availability/trait.QueryableHeader.html" title="trait hotshot_query_service::availability::QueryableHeader">QueryableHeader</a>&lt;Types&gt;,
<a class="type" href="../../type.Payload.html" title="type hotshot_query_service::Payload">Payload</a>&lt;Types&gt;: <a class="trait" href="../../availability/trait.QueryablePayload.html" title="trait hotshot_query_service::availability::QueryablePayload">QueryablePayload</a>&lt;Types&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.connect" class="method"><a class="src rightside" href="../../../src/hotshot_query_service/data_source/sql.rs.html#298-300">source</a><h4 class="code-header">pub async fn <a href="#method.connect" class="fn">connect</a>(
config: <a class="struct" href="../storage/sql/struct.Config.html" title="struct hotshot_query_service::data_source::storage::sql::Config">Config</a>,
<a class="type" href="../../type.Payload.html" title="type hotshot_query_service::Payload">Payload</a>&lt;Types&gt;: <a class="trait" href="../../availability/trait.QueryablePayload.html" title="trait hotshot_query_service::availability::QueryablePayload">QueryablePayload</a>&lt;Types&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.connect" class="method"><a class="src rightside" href="../../../src/hotshot_query_service/data_source/sql.rs.html#313-315">source</a><h4 class="code-header">pub async fn <a href="#method.connect" class="fn">connect</a>(
config: <a class="type" href="../sql/type.Config.html" title="type hotshot_query_service::data_source::sql::Config">Config</a>,
provider: P,
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="type" href="../sql/type.Builder.html" title="type hotshot_query_service::data_source::sql::Builder">Builder</a>&lt;Types, P&gt;, <a class="struct" href="../storage/sql/struct.Error.html" title="struct hotshot_query_service::data_source::storage::sql::Error">Error</a>&gt;</h4></section></summary><div class="docblock"><p>Connect to a remote database.</p>
<p>This function returns a <a href="struct.Builder.html" title="struct hotshot_query_service::data_source::fetching::Builder"><code>fetching::Builder</code></a> which can be used to set options on the
Expand Down
4 changes: 2 additions & 2 deletions hotshot_query_service/data_source/sql/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `sql` mod in crate `hotshot_query_service`."><title>hotshot_query_service::data_source::sql - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-492a78a4a87dcc01.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="hotshot_query_service" data-themes="" data-resource-suffix="" data-rustdoc-version="1.82.0 (f6e511eec 2024-10-15)" data-channel="1.82.0" data-search-js="search-a99f1315e7cc5121.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../../static.files/storage-118b08c4c78b968e.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../../static.files/main-921df33f47b8780c.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-3b12f09e550e0385.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../../hotshot_query_service/index.html">hotshot_<wbr>query_<wbr>service</a><span class="version">0.1.62</span></h2></div><h2 class="location"><a href="#">Module sql</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#reexports">Re-exports</a></li><li><a href="#modules">Modules</a></li><li><a href="#macros">Macros</a></li><li><a href="#structs">Structs</a></li><li><a href="#types">Type Aliases</a></li></ul></section><h2><a href="../index.html">In hotshot_<wbr>query_<wbr>service::<wbr>data_<wbr>source</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">hotshot_query_service</a>::<wbr><a href="../index.html">data_source</a>::<wbr><a class="mod" href="#">sql</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../../../src/hotshot_query_service/data_source/sql.rs.html#13-423">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><h2 id="reexports" class="section-header">Re-exports<a href="#reexports" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name" id="reexport.Config"><code>pub use sql::<a class="struct" href="../storage/sql/struct.Config.html" title="struct hotshot_query_service::data_source::storage::sql::Config">Config</a>;</code></div></li><li><div class="item-name" id="reexport.Transaction"><code>pub use sql::<a class="struct" href="../storage/sql/struct.Transaction.html" title="struct hotshot_query_service::data_source::storage::sql::Transaction">Transaction</a>;</code></div></li></ul><h2 id="modules" class="section-header">Modules<a href="#modules" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="mod" href="testing/index.html" title="mod hotshot_query_service::data_source::sql::testing">testing</a></div></li></ul><h2 id="macros" class="section-header">Macros<a href="#macros" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="macro" href="macro.include_migrations.html" title="macro hotshot_query_service::data_source::sql::include_migrations">include_<wbr>migrations</a></div><div class="desc docblock-short">Embed migrations from the given directory into the current binary.</div></li></ul><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.Error.html" title="struct hotshot_query_service::data_source::sql::Error">Error</a></div><div class="desc docblock-short">The <code>Error</code> type, a wrapper around a dynamic error type.</div></li><li><div class="item-name"><a class="struct" href="struct.Migration.html" title="struct hotshot_query_service::data_source::sql::Migration">Migration</a></div><div class="desc docblock-short">Represents a schema migration to be run on the database,
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `sql` mod in crate `hotshot_query_service`."><title>hotshot_query_service::data_source::sql - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-492a78a4a87dcc01.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="hotshot_query_service" data-themes="" data-resource-suffix="" data-rustdoc-version="1.82.0 (f6e511eec 2024-10-15)" data-channel="1.82.0" data-search-js="search-a99f1315e7cc5121.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../../static.files/storage-118b08c4c78b968e.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../../static.files/main-921df33f47b8780c.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-3b12f09e550e0385.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../../hotshot_query_service/index.html">hotshot_<wbr>query_<wbr>service</a><span class="version">0.1.62</span></h2></div><h2 class="location"><a href="#">Module sql</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#reexports">Re-exports</a></li><li><a href="#modules">Modules</a></li><li><a href="#macros">Macros</a></li><li><a href="#structs">Structs</a></li><li><a href="#types">Type Aliases</a></li></ul></section><h2><a href="../index.html">In hotshot_<wbr>query_<wbr>service::<wbr>data_<wbr>source</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">hotshot_query_service</a>::<wbr><a href="../index.html">data_source</a>::<wbr><a class="mod" href="#">sql</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../../../src/hotshot_query_service/data_source/sql.rs.html#13-438">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><h2 id="reexports" class="section-header">Re-exports<a href="#reexports" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name" id="reexport.Transaction"><code>pub use sql::<a class="struct" href="../storage/sql/struct.Transaction.html" title="struct hotshot_query_service::data_source::storage::sql::Transaction">Transaction</a>;</code></div></li></ul><h2 id="modules" class="section-header">Modules<a href="#modules" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="mod" href="testing/index.html" title="mod hotshot_query_service::data_source::sql::testing">testing</a></div></li></ul><h2 id="macros" class="section-header">Macros<a href="#macros" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="macro" href="macro.include_migrations.html" title="macro hotshot_query_service::data_source::sql::include_migrations">include_<wbr>migrations</a></div><div class="desc docblock-short">Embed migrations from the given directory into the current binary for PostgreSQL or SQLite.</div></li></ul><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.Error.html" title="struct hotshot_query_service::data_source::sql::Error">Error</a></div><div class="desc docblock-short">The <code>Error</code> type, a wrapper around a dynamic error type.</div></li><li><div class="item-name"><a class="struct" href="struct.Migration.html" title="struct hotshot_query_service::data_source::sql::Migration">Migration</a></div><div class="desc docblock-short">Represents a schema migration to be run on the database,
this struct is used by the <a href="macro.embed_migrations.html"><code>embed_migrations!</code></a> macro to gather migration files
and shouldn’t be needed by the user</div></li></ul><h2 id="types" class="section-header">Type Aliases<a href="#types" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="type" href="type.Builder.html" title="type hotshot_query_service::data_source::sql::Builder">Builder</a></div></li><li><div class="item-name"><a class="type" href="type.SqlDataSource.html" title="type hotshot_query_service::data_source::sql::SqlDataSource">SqlData<wbr>Source</a></div><div class="desc docblock-short">A data source for the APIs provided in this crate, backed by a remote PostgreSQL database.</div></li></ul></section></div></main></body></html>
and shouldn’t be needed by the user</div></li></ul><h2 id="types" class="section-header">Type Aliases<a href="#types" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="type" href="type.Builder.html" title="type hotshot_query_service::data_source::sql::Builder">Builder</a></div></li><li><div class="item-name"><a class="type" href="type.Config.html" title="type hotshot_query_service::data_source::sql::Config">Config</a></div></li><li><div class="item-name"><a class="type" href="type.SqlDataSource.html" title="type hotshot_query_service::data_source::sql::SqlDataSource">SqlData<wbr>Source</a></div><div class="desc docblock-short">A data source for the APIs provided in this crate, backed by a remote PostgreSQL database.</div></li></ul></section></div></main></body></html>
Loading

0 comments on commit 643070b

Please sign in to comment.