Getting started
API Documentation
Development
Load header of database.
name (str) – name of database
str
version (Optional[str]) – version of database
Optional
load_tables (bool) – if True downloads misc tables used by schemes
bool
True
cache_root (Optional[str]) – cache folder where databases are stored. If not set audb.default_cache_root() is used
audb.default_cache_root()
Database
database object without table data
Examples
>>> db = header("emodb", version="1.4.1") >>> db.name 'emodb'