some edits

This commit is contained in:
Jan Grewe 2020-07-29 11:51:44 +02:00
parent d968fdac8c
commit e8a37a326c

View File

@ -21,4 +21,10 @@ import fishbook as fb
# the following command will find and load all (!) dataset entries in the database # the following command will find and load all (!) dataset entries in the database
datasets = fb.Dataset.find() datasets = fb.Dataset.find()
print(len(datasets)) print(len(datasets))
# or use
print(fb.Dataset.datasetCount())
``` ```
The Dataset is an entrypoint to the database