Creating the database objectCreating the database objectEntities in Pony are connected to a database. This is why we need to create the database object first. In the Python interpreter, type: >>> db = Database()