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

Add support for code-first libraries #17

Open
danielrearden opened this issue Apr 24, 2020 · 0 comments
Open

Add support for code-first libraries #17

danielrearden opened this issue Apr 24, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@danielrearden
Copy link
Owner

Sqlmancer currently directly parses the provided type definitions when generating the database client. The type definitions could instead be parsed into a configuration object that could then be used when generating the database client. This would enable a configuration file to be used instead of a set of type definitions. This change would also set the foundation for direct integration with code-first libraries like TypeGraphQL or Nexus.

@danielrearden danielrearden added the enhancement New feature or request label Apr 24, 2020
@danielrearden danielrearden added this to the Possible features milestone Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant