mirror of
https://github.com/fhem/fhem-mirror.git
synced 2024-11-22 09:49:50 +00:00
59b01a61e2
git-svn-id: https://svn.fhem.de/fhem/trunk@28676 2b470e98-0d58-463d-a4d8-8e2adae1ed80
15 lines
524 B
Plaintext
15 lines
524 B
Plaintext
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
|
|
|