Skip to content

Commit ba00adc

Browse files
authored
Merge pull request #455 from mesozoic/orm-docs
Mention the `base orm` command in docs (fixes #446)
2 parents db028f7 + fd7ce6e commit ba00adc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/source/orm.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ The :class:`~pyairtable.orm.Model` class allows you create ORM-style classes for
2727
table_name = "Contact"
2828
api_key = "keyapikey"
2929
30+
To get started faster, you may want to generate models that reflect the current state of your base.
31+
See the :ref:`base orm` command in the CLI to learn more.
32+
33+
34+
Working with Records
35+
--------------------
3036

3137
Once you have a model, you can query for existing records using the
3238
``first()`` and ``all()`` methods, which take the same arguments as

0 commit comments

Comments
 (0)