Skip to content

Commit 355670a

Browse files
committed
Deployed 25c0ded with MkDocs version 1.5.3 (9.5.6+insiders.4.52.1)
1 parent bf4c152 commit 355670a

File tree

11 files changed

+20
-417
lines changed

11 files changed

+20
-417
lines changed
469 Bytes
Loading

blog/2024/goose-sqlc/index.html

+11-9
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9-
<meta name="description" content="How to use sqlc with goose">
9+
<meta name="description" content="How to use sqlc and goose">
1010

1111

1212

@@ -28,7 +28,7 @@
2828

2929

3030

31-
<title>Using sqlc with goose - pressly/goose</title>
31+
<title>Using sqlc and goose - pressly/goose</title>
3232

3333

3434

@@ -64,16 +64,16 @@
6464

6565

6666
<meta property="og:type" content="website" />
67-
<meta property="og:title" content="Using sqlc with goose - pressly/goose" />
68-
<meta property="og:description" content="How to use sqlc with goose" />
67+
<meta property="og:title" content="Using sqlc and goose - pressly/goose" />
68+
<meta property="og:description" content="How to use sqlc and goose" />
6969
<meta property="og:image" content="https://pressly.github.io/goose/assets/images/social/blog/2024/goose-sqlc.png" />
7070
<meta property="og:image:type" content="image/png" />
7171
<meta property="og:image:width" content="1200" />
7272
<meta property="og:image:height" content="630" />
7373
<meta property="og:url" content="https://pressly.github.io/goose/blog/2024/goose-sqlc/" />
7474
<meta property="twitter:card" content="summary_large_image" />
75-
<meta property="twitter:title" content="Using sqlc with goose - pressly/goose" />
76-
<meta property="twitter:description" content="How to use sqlc with goose" />
75+
<meta property="twitter:title" content="Using sqlc and goose - pressly/goose" />
76+
<meta property="twitter:description" content="How to use sqlc and goose" />
7777
<meta property="twitter:image" content="https://pressly.github.io/goose/assets/images/social/blog/2024/goose-sqlc.png" />
7878
</head>
7979

@@ -92,7 +92,7 @@
9292
<div data-md-component="skip">
9393

9494

95-
<a href="#using-sqlc-with-goose" class="md-skip">
95+
<a href="#using-sqlc-and-goose" class="md-skip">
9696
Skip to content
9797
</a>
9898

@@ -125,7 +125,7 @@
125125
<div class="md-header__topic" data-md-component="header-topic">
126126
<span class="md-ellipsis">
127127

128-
Using sqlc with goose
128+
Using sqlc and goose
129129

130130
</span>
131131
</div>
@@ -1288,8 +1288,10 @@
12881288

12891289

12901290

1291-
<h1 id="using-sqlc-with-goose">Using <code>sqlc</code> with <code>goose</code></h1>
1291+
<h1 id="using-sqlc-and-goose">Using <code>sqlc</code> and <code>goose</code></h1>
12921292
<p>In this post, we give you a brief introduction to <code>sqlc</code> and show you how to use it with <code>goose</code>.</p>
1293+
<!-- more -->
1294+
12931295
<p>For those unfamiliar, <a href="https://sqlc.dev/">sqlc</a> is a SQL compiler that generates Go code from your
12941296
SQL queries, and <a href="https://github.com/pressly/goose">goose</a> is a database migration tool for managing
12951297
your database schema's evolution.</p>

blog/archive/2024/index.html

+2-135
Large diffs are not rendered by default.

blog/category/blog/index.html

+1-134
Large diffs are not rendered by default.

blog/index.html

+1-134
Large diffs are not rendered by default.

feed_json_created.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version": "https://jsonfeed.org/version/1", "title": "pressly/goose", "home_page_url": "https://pressly.github.io/goose/", "feed_url": "https://pressly.github.io/goose/feed_json_created.json", "description": "The missing goose docs.", "icon": null, "authors": [], "language": "en", "items": [{"id": "https://pressly.github.io/goose/blog/2024/goose-sqlc/", "url": "https://pressly.github.io/goose/blog/2024/goose-sqlc/", "title": "Using sqlc with goose", "content_html": "How to use sqlc with goose", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2024-02-goose-sqlc.png", "date_published": "2024-02-01T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog"]}, {"id": "https://pressly.github.io/goose/blog/2023/goose-provider/", "url": "https://pressly.github.io/goose/blog/2023/goose-provider/", "title": "Adding a goose provider", "content_html": "Introduction to the new goose provider", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2023-11-goose-provider.png", "date_published": "2023-11-11T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "Package"]}, {"id": "https://pressly.github.io/goose/blog/2022/overview-sql-file/", "url": "https://pressly.github.io/goose/blog/2022/overview-sql-file/", "title": "SQL migration files and goose annotations", "content_html": "An overview of goose SQL migrations and annotations.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2022-12-sql-migration-files.png", "date_published": "2022-12-30T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "SQL migrations"]}, {"id": "https://pressly.github.io/goose/blog/2022/improving-clickhouse/", "url": "https://pressly.github.io/goose/blog/2022/improving-clickhouse/", "title": "Improving ClickHouse support", "content_html": "goose improves ClickHouse support. Bug fixes, improvements, full end-end tests and upgrade to ClickHouse/clickhouse-go v2 driver.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2022-06-improving-clickhouse-support.png", "date_published": "2022-06-19T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "ClickHouse"]}, {"id": "https://pressly.github.io/goose/blog/2021/no-version-migrations/", "url": "https://pressly.github.io/goose/blog/2021/no-version-migrations/", "title": "Ad-hoc migrations with no versioning", "content_html": "Database seeding. Apply migrations with no versioning.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-12-no-version-migrations.png", "date_published": "2021-12-19T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "General"]}, {"id": "https://pressly.github.io/goose/blog/2021/visualizing-up-down-commands/", "url": "https://pressly.github.io/goose/blog/2021/visualizing-up-down-commands/", "title": "Visualizing goose up and down commands", "content_html": "Visualizing goose up and down commands.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-12-visualizing-up-down-commands.png", "date_published": "2021-12-19T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "General"]}, {"id": "https://pressly.github.io/goose/blog/2021/out-of-order-migrations/", "url": "https://pressly.github.io/goose/blog/2021/out-of-order-migrations/", "title": "support for out-of-order migrations", "content_html": "<h1>Adding support for out-of-order migrations</h1>\n<p>Starting with <code>goose</code> <a href=\"https://github.com/pressly/goose/releases/tag/v3.3.0\">v3.3.0</a> we added the\nability to apply missing (out-of-order) migrations. Thanks for all the the community feedback over\nthe years.</p>", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-10-out-of-order-migrations.png", "date_published": "2021-10-16T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "General"]}, {"id": "https://pressly.github.io/goose/blog/2021/better-tests/", "url": "https://pressly.github.io/goose/blog/2021/better-tests/", "title": "Better tests with containers", "content_html": "A container a test makes the bugs \ud83d\udc1b go away.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-09-better-tests.png", "date_published": "2021-09-17T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "Testing"]}, {"id": "https://pressly.github.io/goose/blog/2021/embed-sql-migrations/", "url": "https://pressly.github.io/goose/blog/2021/embed-sql-migrations/", "title": "Embedding migrations", "content_html": "Embed your SQL files directly into goose binary. No more copying files around!", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-08-embed-sql-migrations.png", "date_published": "2021-08-21T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "Go migrations"]}, {"id": "https://pressly.github.io/goose/blog/2021/welcome/", "url": "https://pressly.github.io/goose/blog/2021/welcome/", "title": "Hello, docs!", "content_html": "Introductory blog post.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-07-welcome.png", "date_published": "2021-07-01T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog"]}]}
1+
{"version": "https://jsonfeed.org/version/1", "title": "pressly/goose", "home_page_url": "https://pressly.github.io/goose/", "feed_url": "https://pressly.github.io/goose/feed_json_created.json", "description": "The missing goose docs.", "icon": null, "authors": [], "language": "en", "items": [{"id": "https://pressly.github.io/goose/blog/2024/goose-sqlc/", "url": "https://pressly.github.io/goose/blog/2024/goose-sqlc/", "title": "Using sqlc and goose", "content_html": "How to use sqlc and goose", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2024-02-goose-sqlc.png", "date_published": "2024-02-01T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog"]}, {"id": "https://pressly.github.io/goose/blog/2023/goose-provider/", "url": "https://pressly.github.io/goose/blog/2023/goose-provider/", "title": "Adding a goose provider", "content_html": "Introduction to the new goose provider", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2023-11-goose-provider.png", "date_published": "2023-11-11T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "Package"]}, {"id": "https://pressly.github.io/goose/blog/2022/overview-sql-file/", "url": "https://pressly.github.io/goose/blog/2022/overview-sql-file/", "title": "SQL migration files and goose annotations", "content_html": "An overview of goose SQL migrations and annotations.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2022-12-sql-migration-files.png", "date_published": "2022-12-30T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "SQL migrations"]}, {"id": "https://pressly.github.io/goose/blog/2022/improving-clickhouse/", "url": "https://pressly.github.io/goose/blog/2022/improving-clickhouse/", "title": "Improving ClickHouse support", "content_html": "goose improves ClickHouse support. Bug fixes, improvements, full end-end tests and upgrade to ClickHouse/clickhouse-go v2 driver.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2022-06-improving-clickhouse-support.png", "date_published": "2022-06-19T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "ClickHouse"]}, {"id": "https://pressly.github.io/goose/blog/2021/no-version-migrations/", "url": "https://pressly.github.io/goose/blog/2021/no-version-migrations/", "title": "Ad-hoc migrations with no versioning", "content_html": "Database seeding. Apply migrations with no versioning.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-12-no-version-migrations.png", "date_published": "2021-12-19T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "General"]}, {"id": "https://pressly.github.io/goose/blog/2021/visualizing-up-down-commands/", "url": "https://pressly.github.io/goose/blog/2021/visualizing-up-down-commands/", "title": "Visualizing goose up and down commands", "content_html": "Visualizing goose up and down commands.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-12-visualizing-up-down-commands.png", "date_published": "2021-12-19T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "General"]}, {"id": "https://pressly.github.io/goose/blog/2021/out-of-order-migrations/", "url": "https://pressly.github.io/goose/blog/2021/out-of-order-migrations/", "title": "support for out-of-order migrations", "content_html": "<h1>Adding support for out-of-order migrations</h1>\n<p>Starting with <code>goose</code> <a href=\"https://github.com/pressly/goose/releases/tag/v3.3.0\">v3.3.0</a> we added the\nability to apply missing (out-of-order) migrations. Thanks for all the the community feedback over\nthe years.</p>", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-10-out-of-order-migrations.png", "date_published": "2021-10-16T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "General"]}, {"id": "https://pressly.github.io/goose/blog/2021/better-tests/", "url": "https://pressly.github.io/goose/blog/2021/better-tests/", "title": "Better tests with containers", "content_html": "A container a test makes the bugs \ud83d\udc1b go away.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-09-better-tests.png", "date_published": "2021-09-17T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "Testing"]}, {"id": "https://pressly.github.io/goose/blog/2021/embed-sql-migrations/", "url": "https://pressly.github.io/goose/blog/2021/embed-sql-migrations/", "title": "Embedding migrations", "content_html": "Embed your SQL files directly into goose binary. No more copying files around!", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-08-embed-sql-migrations.png", "date_published": "2021-08-21T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "Go migrations"]}, {"id": "https://pressly.github.io/goose/blog/2021/welcome/", "url": "https://pressly.github.io/goose/blog/2021/welcome/", "title": "Hello, docs!", "content_html": "Introductory blog post.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-07-welcome.png", "date_published": "2021-07-01T00:00:00+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog"]}]}

0 commit comments

Comments
 (0)