PKGBUILD/pkg/storage/db
Markus Pesch dbef4f8241
fix(pkg/config): use storage endpoints
changes:
- Only one storage endpoint can be defined. This consists of a URL which
  can be used to specify whether the data is to be stored in a file or
  in a database.
2019-12-08 12:49:21 +01:00
..
sql/psql fix(pkg/config): use storage endpoints 2019-12-08 12:49:21 +01:00
db.go fix(pkg/config): use storage endpoints 2019-12-08 12:49:21 +01:00
errors.go fix(pkg/daemon): save measured values into postgres database if defined 2019-12-08 12:49:19 +01:00
interfaces.go fix(pkg/config): use storage endpoints 2019-12-08 12:49:21 +01:00
postgres_test.go fix(pkg/config): use storage endpoints 2019-12-08 12:49:21 +01:00
postgres.go fix(pkg/config): use storage endpoints 2019-12-08 12:49:21 +01:00