Welcome to the repository for the PostgreSQL bitemporal solution.
This solution provides two schemas for managing bitemporal data:
common: Contains contains general utility functions not strictly related to versioning.vrsn: Contains the specific logic for versioning and managing bitemporal tables.srvc: Contains functions used to retrieve information about other schema, we discourage to install in production environment.
Installation and upgrades are managed through scripts, which allow you to customize schema names and track changes.
To install or upgrade the solution in your database, please follow the detailed instructions in the install document.
To see the schema changes across different project versions, refer to the CHANGELOG.md file, which is updated automatically.
To learn about this solution go to documentation section.