2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 09:49:50 +00:00
fhem-mirror/fhem/contrib/dblog
2024-03-17 19:18:17 +00:00
..
db_create_mysql.sql db_create_mysql.sql: note for utf8mb4 (MySQL) 2023-02-16 21:48:55 +00:00
db_create_postgresql.sql db_create_postgresql.sql: typo fixed 2019-08-26 16:16:53 +00:00
db_create_sqlite.sql db_create_sqlite.sql: contrib update script for SQLite 2023-01-12 19:47:59 +00:00
db.conf 93_DbLog: support of MariaDB driver and more, see Forum:#137480 2024-03-17 19:18:17 +00:00
fhemdb_get.pl *** empty log message *** 2008-05-02 11:53:42 +00:00
README 93_DbLog: support of MariaDB driver and more, see Forum:#137480 2024-03-17 19:18:17 +00:00

For usage instruction see commandref.html, section define of DbLog

- db.conf
  sample database configuration file
- db_create_mysql.sql
  sample sql command to create a MySQL or MariaDB database for logging purposes
- db_create_postgresql.sql
  sample sql command to create a PostgreSQL database for logging purposes
- db_create_sqlite.sql
  sample sql command to create a SQLite database for logging purposes
- fhemdb_get.pl
  short sample perl script for retrieving the current (latest) data from
  the logging database