What is “temporal_tables” Package?

Temporal Tables PostgreSQL Extension
For more details: https://pgxn.org/dist/temporal_tables/

Installation

  • Open Terminal by pressing command+space then type terminal and hit Enter key.
  • Install homebrew first.
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Install temporal_tables.
    brew install temporal_tables

Now, use temporal_tables!