From e8a37a326ca33fcc770d33c173f0122cef51ba6f Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Wed, 29 Jul 2020 11:51:44 +0200 Subject: [PATCH] some edits --- docs/getting_started.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting_started.md b/docs/getting_started.md index ab52309..ab83747 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -21,4 +21,10 @@ import fishbook as fb # the following command will find and load all (!) dataset entries in the database datasets = fb.Dataset.find() print(len(datasets)) + +# or use +print(fb.Dataset.datasetCount()) + ``` + +The Dataset is an entrypoint to the database