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
In latest version (v4.1.0), real address feature was added. But it can be used only with faker.RealAddress struct, it makes hard to seed database.
faker.RealAddress
would be better provide address with string
For example, "8888 Cummings Vista Apt. 101, Susanbury, NY 95473"
"8888 Cummings Vista Apt. 101, Susanbury, NY 95473"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In latest version (v4.1.0), real address feature was added.
But it can be used only with
faker.RealAddress
struct, it makes hard to seed database.would be better provide address with string
For example,
"8888 Cummings Vista Apt. 101, Susanbury, NY 95473"
The text was updated successfully, but these errors were encountered: