Creating the Database objectCreating the Database objectAt this step we simply create an instance of the Database class: db = Database()The Database class instance has an attribute Entity which represents a base class to be used for entities declaration.