Sha256: 82c3b22ea2d6bd1f9ca541d845132dfe3d13a477d6c17dc981521d5224e29317

Contents?: true

Size: 555 Bytes

Versions: 3

Compression:

Stored size: 555 Bytes

Contents

# Supported Adapters

Clowne supports the following ORM adapters (and associations):

Adapter                                            |1:1         | 1:M         | M:M                     |
---------------------------------------------------|------------|-------------|-------------------------|
[:active_record](active_record)         | has_one    | has_many    | has_and_belongs_to_many |
[:sequel](sequel)                       | one_to_one | one_to_many | many_to_many            |

For more information see the corresponding adapter documentation.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
clowne-1.4.0 docs/supported_adapters.md
clowne-1.3.0 docs/supported_adapters.md
clowne-1.2.0 docs/supported_adapters.md