database Domain
The database domain maps domain keywords to underlying faker implementations.
Faker Documentation
Methods
database.collation
Returns a random database collation.
- Canonical:
awd.domain.database.collation - Faker docs: https://fakerjs.dev/api/database
No parameters.
Examples:
Shows the default database.collation call.
database.collation
Returns: cp1250_bin
database.column
Returns a random database column name.
- Canonical:
awd.domain.database.column - Faker docs: https://fakerjs.dev/api/database
No parameters.
Examples:
Shows the default database.column call.
database.column
Returns: group
database.engine
Returns a random database engine.
- Canonical:
awd.domain.database.engine - Faker docs: https://fakerjs.dev/api/database
No parameters.
Examples:
Shows the default database.engine call.
database.engine
Returns: CSV
database.mongodbObjectId
Returns a MongoDB ObjectId string.
- Canonical:
awd.domain.database.mongodbObjectId - Faker docs: https://fakerjs.dev/api/database
No parameters.
Examples:
Shows the default database.mongodbObjectId call.
database.mongodbObjectId
Returns: 9f0632478b9f4d0e9c34bf6f
database.type
Returns a random database column type.
- Canonical:
awd.domain.database.type - Faker docs: https://fakerjs.dev/api/database
No parameters.
Examples:
Shows the default database.type call.
database.type
Returns: float