module DynFork

Overview

██████╗░██╗░░░██╗███╗░░██╗███████╗░█████╗░██████╗░██╗░░██╗
██╔══██╗╚██╗░██╔╝████╗░██║██╔════╝██╔══██╗██╔══██╗██║░██╔╝
██║░░██║░╚████╔╝░██╔██╗██║█████╗░░██║░░██║██████╔╝█████═╝░
██║░░██║░░╚██╔╝░░██║╚████║██╔══╝░░██║░░██║██╔══██╗██╔═██╗░
██████╔╝░░░██║░░░██║░╚███║██║░░░░░╚█████╔╝██║░░██║██║░╚██╗
╚═════╝░░░░╚═╝░░░╚═╝░░╚══╝╚═╝░░░░░░╚════╝░╚═╝░░╚═╝╚═╝░░╚═╝

ORM-like API MongoDB for Crystal.
For simulate relationship Many-to-One and Many-to-Many,
a simplified alternative (Types of selective fields with dynamic addition of elements) is used.
The project is focused on web development.

Compatible with MongoDB 3.6+. Tested against: 4.4, 7.0
For more information see Cryomongo.

Copyright (c) 2023 kebasyaty - Gennady Kostyunin
DynFork is free software under terms of the MIT License.

Defined in:

dynfork.cr
dynfork/errors/root.cr
dynfork/extra.cr
dynfork/meta.cr
dynfork/model.cr

Constant Summary

VERSION = "0.7.14"