Skip to content

Commit

Permalink
Deployed 25c0ded with MkDocs version 1.5.3 (9.5.6+insiders.4.52.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Feb 1, 2024
1 parent bf4c152 commit 355670a
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 417 deletions.
Binary file modified assets/images/social/blog/2024/goose-sqlc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 11 additions & 9 deletions blog/2024/goose-sqlc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">

<meta name="description" content="How to use sqlc with goose">
<meta name="description" content="How to use sqlc and goose">



Expand All @@ -28,7 +28,7 @@



<title>Using sqlc with goose - pressly/goose</title>
<title>Using sqlc and goose - pressly/goose</title>



Expand Down Expand Up @@ -64,16 +64,16 @@


<meta property="og:type" content="website" />
<meta property="og:title" content="Using sqlc with goose - pressly/goose" />
<meta property="og:description" content="How to use sqlc with goose" />
<meta property="og:title" content="Using sqlc and goose - pressly/goose" />
<meta property="og:description" content="How to use sqlc and goose" />
<meta property="og:image" content="https://pressly.github.io/goose/assets/images/social/blog/2024/goose-sqlc.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:url" content="https://pressly.github.io/goose/blog/2024/goose-sqlc/" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Using sqlc with goose - pressly/goose" />
<meta property="twitter:description" content="How to use sqlc with goose" />
<meta property="twitter:title" content="Using sqlc and goose - pressly/goose" />
<meta property="twitter:description" content="How to use sqlc and goose" />
<meta property="twitter:image" content="https://pressly.github.io/goose/assets/images/social/blog/2024/goose-sqlc.png" />
</head>

Expand All @@ -92,7 +92,7 @@
<div data-md-component="skip">


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

Expand Down Expand Up @@ -125,7 +125,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">

Using sqlc with goose
Using sqlc and goose

</span>
</div>
Expand Down Expand Up @@ -1288,8 +1288,10 @@



<h1 id="using-sqlc-with-goose">Using <code>sqlc</code> with <code>goose</code></h1>
<h1 id="using-sqlc-and-goose">Using <code>sqlc</code> and <code>goose</code></h1>
<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>
<!-- more -->

<p>For those unfamiliar, <a href="https://sqlc.dev/">sqlc</a> is a SQL compiler that generates Go code from your
SQL queries, and <a href="https://github.com/pressly/goose">goose</a> is a database migration tool for managing
your database schema's evolution.</p>
Expand Down
137 changes: 2 additions & 135 deletions blog/archive/2024/index.html

Large diffs are not rendered by default.

135 changes: 1 addition & 134 deletions blog/category/blog/index.html

Large diffs are not rendered by default.

135 changes: 1 addition & 134 deletions blog/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion feed_json_created.json
Original file line number Diff line number Diff line change
@@ -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"]}]}
{"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"]}]}
Loading

0 comments on commit 355670a

Please sign in to comment.