xref: /OK3568_Linux_fs/buildroot/package/timescaledb/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_TIMESCALEDB
2	bool "timescaledb"
3	depends on BR2_PACKAGE_POSTGRESQL
4	help
5	  TimescaleDB is an open-source database designed
6	  to make SQL scalable for time-series data.
7	  It is engineered up from PostgreSQL and packaged
8	  as a PostgreSQL extension, providing automatic
9	  partitioning across time and space (partitioning key),
10	  as well as full SQL support.
11
12	  https://www.timescale.com/
13