TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Cookiecutter for Postgres Extensions

1 点作者 fforflo超过 1 年前
Hi all,<p>Having written multiple Postgres extensions (some small and some bigger), I built a cookiecutter template to make the process easier and more automated.<p>This cookiecutter prompts for some basic extension metadata (e.g., name, Postgres version) and then automatically generates the necessary boilerplate files.<p>These include:<p>* Standard extension files (Makefile, .control, c, .h, .sql) pre-populated with stubs.<p>* Regression Tests<p>* GitHub Actions for building and testing on multiple Postgres versions<p>* Docker support<p>* pgxn integration<p>Demo video: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;zVxY3ZmE5bU" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;zVxY3ZmE5bU</a><p>Hope newcomers to Postgres extensions find it useful.

暂无评论

暂无评论