module

DynFork::Globals

Inherits DynFork::Globals::Date < DynFork::Globals::Types < DynFork::Globals::Aliases

Global storage for data cache.

Class methods

database_name

Database name.

Source
database_name=(database_name : String)

Database name.

Source
mongo_client

Mongo client caching.

Source
mongo_client=(mongo_client : Mongo::Client)

Mongo client caching.

Source
mongo_client?

Mongo client caching.

Source
mongo_database

Mongo database caching.

Source
mongo_database=(mongo_database : Mongo::Database)

Mongo database caching.

Source
mongo_database?

Mongo database caching.

Source
regex

Regex caching.

Source
super_collection_name

Super collection name caching.

Super collection is used for:

  • Store technical data for Models migration into a database.
  • Store dynamic field data for simulate relationship Many-to-One and Many-to-Manyю.
Source

Nested types