We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make configuration pluggable and implement:
Optional:
Each config applies changes on top of previous one in same order as passed to client.
E.G:
posgtres.New( discovery.WithSchema(), // parse existing PKs, FKs, Indecies. Constraints discovery.WithConftags("prefix_"), // Apply conftags changes E.G: skip some fields discovery.WithFileconfig(yamlfile), // Apply additional external config, E.G: change index name )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Make configuration pluggable and implement:
Optional:
Each config applies changes on top of previous one in same order as passed to client.
E.G:
The text was updated successfully, but these errors were encountered: