some edits
This commit is contained in:
parent
d968fdac8c
commit
e8a37a326c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user