Module to generate database related entries.Module Overview#
Traditional relational database tables have data organized in columns with specific types - column(), type(). The database usually has an engine() and a default collation() for sorting.For the NoSQL database MongoDB, mongodbObjectId() provides a random ID.
collation#
Returns a random database collation.
column#
Returns a random database column name.
mongodbObjectId#
Returns a MongoDB ObjectId string.
type#
Returns a random database column type. Modified atΒ 2026-01-14 09:10:00