Skip to content

Commit 913bec4

Browse files
committed
Deploying to gh-pages from @ d7a7f1b 🚀
1 parent a299dc8 commit 913bec4

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

postgres.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ <h1 class="menu-title">ROAPI Documentation</h1>
181181
<div id="content" class="content">
182182
<main>
183183
<h1 id="postgres-wire-protocol"><a class="header" href="#postgres-wire-protocol">Postgres wire protocol</a></h1>
184-
<p>ROAPI uses the <a href="https://github.com/returnString/convergence">convergenc</a> Rust
184+
<p>ROAPI uses the <a href="https://github.com/returnString/convergence">convergence</a> Rust
185185
crate to read and write Postgres wire protocol. This means you will be able to
186186
query all tables loaded in ROAPI using any Postgres Clients as if ROAPI is a
187-
real Postgres Database!</p>
187+
real Postgres database!</p>
188188
<p>By default, ROAPI listens for Postgres traffic on address <code>127.0.0.1:5432</code>, but
189189
you can change it using the <code>--addr-postgres</code> command line argument or add the
190190
following to your config file:</p>

print.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,10 +758,10 @@ <h2 id="s3"><a class="header" href="#s3">S3</a></h2>
758758
</code></pre>
759759
<p>With this, you can now write a single SQL query to join tables between MySQL, SQLite and local CSV files!</p>
760760
<footer id="open-on-gh">Found a bug? <a href="https://github.com/roapi/docs/edit/main/src/config/databases.md">Edit this file on GitHub.</a></footer><h1 id="postgres-wire-protocol"><a class="header" href="#postgres-wire-protocol">Postgres wire protocol</a></h1>
761-
<p>ROAPI uses the <a href="https://github.com/returnString/convergence">convergenc</a> Rust
761+
<p>ROAPI uses the <a href="https://github.com/returnString/convergence">convergence</a> Rust
762762
crate to read and write Postgres wire protocol. This means you will be able to
763763
query all tables loaded in ROAPI using any Postgres Clients as if ROAPI is a
764-
real Postgres Database!</p>
764+
real Postgres database!</p>
765765
<p>By default, ROAPI listens for Postgres traffic on address <code>127.0.0.1:5432</code>, but
766766
you can change it using the <code>--addr-postgres</code> command line argument or add the
767767
following to your config file:</p>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)