This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -0,0 +1,12 @@
config BR2_PACKAGE_TIMESCALEDB
bool "timescaledb"
depends on BR2_PACKAGE_POSTGRESQL
help
TimescaleDB is an open-source database designed
to make SQL scalable for time-series data.
It is engineered up from PostgreSQL and packaged
as a PostgreSQL extension, providing automatic
partitioning across time and space (partitioning key),
as well as full SQL support.
https://www.timescale.com/