Sha256: d25fcb2a13573ddd463569b626dc002e9045309a057b57b449e35613f0f86b25
Contents?: true
Size: 613 Bytes
Versions: 2
Compression:
Stored size: 613 Bytes
Contents
--- id: supported_adapters title: Supported Adapters --- Clowne supports the following ORM adapters (and associations): Adapter |1:1 | 1:M | M:M | ---------------------------------------------------|------------|-------------|-------------------------| [:active_record](/docs/active_record.html) | has_one | has_many | has_and_belongs_to_many | [:sequel](/docs/sequel.html) | one_to_one | one_to_many | many_to_many | For more information see the corresponding adapter documentation.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
clowne-1.1.0 | docs/supported_adapters.md |
clowne-1.0.0 | docs/supported_adapters.md |