Adds upcoming "Handling Failure" explanation

This commit is contained in:
David Vollbracht 2023-12-20 12:55:20 -06:00
parent 117d17c83e
commit 0c8d9f7b97
19 changed files with 128 additions and 0 deletions

View File

@ -59,6 +59,8 @@
<a href="./explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="./explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>

View File

@ -59,6 +59,8 @@
<a href="../explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="../explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>

View File

@ -59,6 +59,8 @@
<a href="../explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="../explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>

View File

@ -0,0 +1,88 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Orville - Handling Failure (Upcoming)</title>
<link rel="stylesheet" href="../css/syntax.css" />
<link rel="stylesheet" href="../css/default.css" />
</head>
<body>
<section class="leftbar">
<header>
<h1 class="logo">
<a href="../">
<img alt="Orville Logo" src="../images/orville-waving-pennant.svg" />
</a>
</h1>
</header>
<nav>
<h3><a href="../">Home</a></h3>
<h3>Tutorials</h3>
<a href="../tutorials/getting-started.html">Getting Started</a>
<a href="../tutorials/using-sql-marshaller.html">Using SqlMarshaller</a>
<a href="../tutorials/using-migrations.html">Using Migrations</a>
<a href="../tutorials/using-plans.html">Using Plans</a>
<a href="../tutorials/using-json.html">Using JSON</a>
<h3>How-To Guides</h3>
<a href="../how-tos/how-to-add-orville-to-your-application-monad.html">How To Add Orville to Your Application Monad</a>
<a href="../how-tos/how-to-add-orville-to-an-existing-reader-context.html">How To Add Orville to an Existing Reader Context</a>
<a href="../how-tos/how-to-marshall-a-haskell-record.html">How To Marshall a Haskell Record (Upcoming)</a>
<a href="../how-tos/how-to-add-custom-marshalling-validations.html">How Add Custom Marshalling Validations (Upcoming)</a>
<a href="../how-tos/how-to-marshall-a-haskell-sum-type.html">How To Marshall a Haskell Sum Type (Upcoming)</a>
<a href="../how-tos/how-to-set-up-an-auto-incrementing-id-column.html">How To Set Up An Auto-incrementing Id Column (Upcoming)</a>
<a href="../how-tos/how-to-execute-raw-sql.html">How To Execute Raw SQL (Upcoming)</a>
<h3>Futher Explanation</h3>
<a href="../explanations/the-monad-orville-typeclass.html">The MonadOrville Typeclass (Upcoming)</a>
<a href="../explanations/building-sql-expressions.html">Building SQL Expressions (Upcoming)</a>
<a href="../explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="../explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>
<h3>Other Links</h3>
<a href="../contact.html">Contact</a>
</nav>
<footer>
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</footer>
</section>
<main role="main">
<h1>Handling Failure (Upcoming)</h1>
<article>
<section>
<p>Coming Soon</p>
</section>
</article>
</main>
</body>
</html>

View File

@ -59,6 +59,8 @@
<a href="../explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="../explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>

View File

@ -59,6 +59,8 @@
<a href="../explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="../explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>

View File

@ -59,6 +59,8 @@
<a href="../explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="../explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>

View File

@ -59,6 +59,8 @@
<a href="../explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="../explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>

View File

@ -59,6 +59,8 @@
<a href="../explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="../explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>

View File

@ -59,6 +59,8 @@
<a href="../explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="../explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>

View File

@ -59,6 +59,8 @@
<a href="../explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="../explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>

View File

@ -59,6 +59,8 @@
<a href="../explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="../explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>

View File

@ -59,6 +59,8 @@
<a href="./explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="./explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>

View File

@ -59,6 +59,8 @@
<a href="../explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="../explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>

View File

@ -59,6 +59,8 @@
<a href="../explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="../explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>

View File

@ -59,6 +59,8 @@
<a href="../explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="../explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>

View File

@ -59,6 +59,8 @@
<a href="../explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="../explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>

View File

@ -59,6 +59,8 @@
<a href="../explanations/fighting-n-plus-one-queries-with-plans.html">Fighting N+1 Queries with Plans (Upcoming)</a>
<a href="../explanations/handling-failure.html">Handling Failure (Upcoming)</a>
<h3>API Reference</h3>
<a href="https://hackage.haskell.org/package/orville-postgresql">See Hackage</a>

View File

@ -0,0 +1,6 @@
---
title: Handling Failure (Upcoming)
navOrder: 4
---
Coming Soon