forked from jgrewe/fishbook
some edits
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user