There was an error while loading. Please reload this page.
2 parents db028f7 + fd7ce6e commit ba00adcCopy full SHA for ba00adc
1 file changed
docs/source/orm.rst
@@ -27,6 +27,12 @@ The :class:`~pyairtable.orm.Model` class allows you create ORM-style classes for
27
table_name = "Contact"
28
api_key = "keyapikey"
29
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
+--------------------
36
37
Once you have a model, you can query for existing records using the
38
``first()`` and ``all()`` methods, which take the same arguments as
0 commit comments