A personal, searchable index for pastry recipes from books: store name, book, page, categories, keywords, and a tried checkbox.

1 Open Issue Need Help Last updated: Sep 21, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue involves creating a `PostgresConnectionFactory` using the Npgsql library to manage PostgreSQL database connections. It requires resolving connection strings from the `RECEPT_DB_CONNECTIONSTRING` environment variable, replicating existing environment override and validation logic from other database factories, and implementing basic database ping functionality. The factory will be activated by setting `RECEPT_DB_PROVIDER=Postgres` and verified by a successful `/api/db-ping` against a PostgreSQL instance.

Complexity: 2/5
enhancement good first issue database postgres

A personal, searchable index for pastry recipes from books: store name, book, page, categories, keywords, and a tried checkbox.

C#