8.20.1 Database class: A class for storing properties in a database.

The Database class has this constructor:

class Database( data=)
Initialize a database.

The database can be initialized with a dict.

Database objects have the following methods:

readDatabase( filename,None)
Import all records from a database file.

For now, it can only read databases using flatkeydb. args and kargs can be used to specify arguments for the FlatDB constructor.