Zendro-dev / graphql-server

Skeleton NodeJS project for a graphQL server.
GNU General Public License v3.0
0 stars 1 forks source link

feat: add support for multiple database connections #42

Closed davelsan closed 4 years ago

davelsan commented 4 years ago

Issue

This PR addresses graphql-server-model-codegen issue#143.

Description

This issue synchronizes graphql-server with code generator changes in branch issue#143-multiple-databases. The goal of this PR is to add support for arbitrary local database connections defined in the data models layer.

See Work Notes for detailed information.

Blocks

Notes

BREAKING CHANGES

Semantic Versioning

davelsan commented 4 years ago

Fixed pending issues and bumped to version 0.3.0.

Should be ready to merge along with graphql-server-model-codegen#146.