"""Database related constants.""" NEO4j_READ_ACCESS = 'READ' NEO4j_WRITE_ACCESS = 'WRITE' NEO4J_CONNECTION_RETRIES = 5