cookiecutter template for Postgres extensions

Поиск
Список
Период
Сортировка
От Florents Tselai
Тема cookiecutter template for Postgres extensions
Дата
Msg-id 35742751-9F47-4E72-AA4A-EC69650CDDDA@gmail.com
обсуждение исходный текст
Список pgsql-general

Hi all,

I built a cookiecutter template for Postgres extensions.

This cookiecutter prompts for some basic extension metadata (e.g., name, Postgres version) and then automatically generates the necessary boilerplate files.

These include:

* Standard extension files (Makefile, .control, c, .h, .sql) pre-populated with stubs.
* Regression Tests
* GitHub Actions for building and testing on multiple Postgres versions
* Docker support
* pgxn integration


To use it: 

pip install cookiecutter
cookiecutter gh:Florents-Tselai/cookiecutter-postgres-extension  


Demo video: https://youtu.be/zVxY3ZmE5bU

All the best,
Flo

В списке pgsql-general по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Error on create extension pgcrypto. Undefined symbol "EVP_bf_ecb"
Следующее
От: Greg Sabino Mullane
Дата:
Сообщение: Re: How to do faster DML