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 caaaacc commit 7370598Copy full SHA for 7370598
docs/_templates/breadcrumbs.html
@@ -3,7 +3,7 @@
3
{% block breadcrumbs %}
4
{% if show_banner %}
5
<header id="banner">
6
- <div>Catch unsafe database schema changes <a href="https://sqlc.dev/posts/2023/11/21/sqlc-v1-24-0-verify-schema-changes">before they happen</a>.</div>
+ <div>Introducing <a href="https://sqlc.dev/posts/2023/12/04/preview-typescript-support-with-sqlc-gen-typescript/">sqlc-gen-typescript</a>: Generate TypeScript from SQL.</div>
7
</header>
8
{% endif %}
9
{{ super() }}
0 commit comments