Config.in 412 B

123456789101112
  1. config 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. https://www.timescale.com/