pyiron_base.database.generic

pyiron_base.database.generic#

DatabaseAccess class deals with accessing the database

Classes

AutorestoredConnection(engine[, timeout])

ConnectionWatchDog(conn, lock[, timeout])

Helper class that closes idle connections after a given timeout.

DatabaseAccess(connection_string, table_name)

A core element of PyIron, which generally deals with accessing the database: getting, sending, changing some data to the db.