Skip to content

Support custom CREATE DATABASE statements #214

Open
@FelixZY

Description

Feature description

I'm developing an application which is highly sweden-centric. For this reason, I use the following setup:

CREATE DATABASE
  dansdata
WITH
  ENCODING 'UTF8'
  LOCALE_PROVIDER icu
  ICU_LOCALE "sv-SE"
  TEMPLATE template0;

However, these settings are not respected when the database is recreated by graphile-migrate.

Motivating example

I think it is important that migrations etc. are tested as close to production settings as possible.

Supporting development

I [tick all that apply]:

  • am interested in building this feature myself
  • am interested in collaborating on building this feature
  • am willing to help testing this feature before it's released
  • am willing to write a test-driven test suite for this feature (before it exists)
  • am a Graphile sponsor ❤️
  • have an active support or consultancy contract with Graphile

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions