We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21133ec commit 8e06874Copy full SHA for 8e06874
docs/_templates/breadcrumbs.html
@@ -3,8 +3,8 @@
3
{% block breadcrumbs %}
4
{% if show_banner %}
5
<header id="banner">
6
- <div>You bring the SQL, we'll bring the db: Introducing <a href="https://sqlc.dev/posts/2023/09/25/v1.22.0-managed-databases">managed databases</a>.</div>
+ <div>Query analysis, now <a href="https://sqlc.dev/posts/2023/10/24/sqlc-v1-23-0-database-backed-analyzer/">powered by PostgreSQL</a>.</div>
7
</header>
8
{% endif %}
9
{{ super() }}
10
-{% endblock %}
+{% endblock %}
0 commit comments