Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.28 KB

database.rst

File metadata and controls

46 lines (32 loc) · 1.28 KB

Database

Renku uses an internal database store in the .renku/metadata that uses a custom implementation of the ZODB object database, with a separate file per main entity.

Database

renku.infrastructure.database

Persistent

Extension of persistent.Persistent that supports immutability.

renku.infrastructure.persistent

Immutable

Classes to support immutability of renku models.

renku.infrastructure.immutable