summaryrefslogtreecommitdiffstats
path: root/rules/timescaledb.in
blob: 1419e02bbe6bed50e928857d85a74122b6b37655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=system_libraries

config TIMESCALEDB
	tristate
	select HOST_CMAKE
	select HOST_POSTGRESQL
	select POSTGRESQL
	prompt "timescaledb"
	help
	  TimescaleDB is an open-source database designed to make SQL scalable
	  for time-series data.  It is engineered up from PostgreSQL, providing
	  automatic partitioning across time and space (partitioning key), as
	  well as full SQL support.

	  This package builds the Apache licensed PostgreSQL extension, only.