You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/timescale/timescaledb.rb
+36-17
Original file line number
Diff line number
Diff line change
@@ -11,39 +11,58 @@ def self.package_versions
11
11
super.select{ |v| v.to_s =~ /^(\d+\.\d+\.\d+)$/}
12
12
end
13
13
14
-
defsummary
15
-
"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."
16
-
end
17
-
18
14
defdescription
19
-
"An open-source time-series SQL database optimized for fast ingest and complex queries"
15
+
"An open-source time-series SQL database optimized for fast ingest and " +
0 commit comments