Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for PostgreSQL which adds #87 and is mentioned in #246. #621

Merged
merged 1 commit into from
Sep 16, 2019
Merged

Adds support for PostgreSQL which adds #87 and is mentioned in #246. #621

merged 1 commit into from
Sep 16, 2019

Commits on Sep 12, 2019

  1. Adds support for PostgreSQL which resolves #87 and is mentioned in #246.

    This includes migrations as well as Dockerfile's for amd64.
    
    The biggest change is that replace_into isn't supported by Diesel for the
    PostgreSQL backend, instead requiring the use of on_conflict. This
    unfortunately requires a branch for save() on all of the models currently
    using replace_into.
    swedishborgie committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    f5f9861 View commit details
    Browse the repository at this point in the history