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.
Module to generate database related entries.
Overview
Traditional relational database tables have data organized in columns with specific types -
column()
,type()
. The database usually has anengine()
and a defaultcollation()
for sorting.For the NoSQL database MongoDB,
mongodbObjectId()
provides a random ID.