https://github.com/waveform-computing/oliphant
A set of extensions for PostgreSQL including temporal features
https://github.com/waveform-computing/oliphant
plpgsql postgresql sql temporal temporal-models
Last synced: 28 days ago
JSON representation
A set of extensions for PostgreSQL including temporal features
- Host: GitHub
- URL: https://github.com/waveform-computing/oliphant
- Owner: waveform-computing
- License: mit
- Created: 2015-04-07T00:59:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T13:01:41.000Z (about 7 years ago)
- Last Synced: 2025-02-10T01:45:24.905Z (3 months ago)
- Topics: plpgsql, postgresql, sql, temporal, temporal-models
- Language: PLpgSQL
- Homepage:
- Size: 130 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: history/Makefile
- License: LICENSE.txt
Awesome Lists containing this project
README
.. -*- rst -*-
========
oliphant
========This package provides a set of extensions for PostgreSQL 9.x (or above). The
following extensions are currently included:* *assert* - A set of routines for asserting the truth of various things
(equality or inequality of values, existence of tables and columns, etc.);
useful for building test suites.* *auth* - A set of routines for bulk manipulation of authorizations including
copying all authorizations from one user to another, and transferring all
authorizations from one table to another.* *history* - A set of routines for simplifying the creation of temporal
tables; tables that track the state of another table via a series of triggers
on the base table.* *merge* - Routines for bulk transfer of data between similarly structured
tables or views.Links
=====* The code is licensed under the `MIT license`_
* The `source code`_ can be obtained from GitHub, which also hosts the `bug
tracker`_
* The `documentation`_ (which includes installation and usage examples) can
be read on ReadTheDocs.. _MIT license: http://opensource.org/licenses/MIT
.. _source code: https://github.com/waveform-computing/oliphant
.. _bug tracker: https://github.com/waveform-computing/oliphant/issues
.. _documentation: http://oliphant.readthedocs.org/