Skip to content

v1.0.2

Compare
Choose a tag to compare
@bmeares bmeares released this 06 Jul 22:43
· 176 commits to main since this release
3004a86

v1.0.2

  • Allow id column to be omitted.
    When generating the UPDATE query, the id column may now be omitted (NOTE: the datetime column will be assumed to be the primary key in this scenario).

  • Added --schedule (-s or --cron).
    The --schedule flag (-s) now lets you schedule any command to be executed regulary, not unlike crontab. This can come in handy with --daemon (-d), e.g.:

    mrsm sync pipes -c plugin:foo -s hourly -d

    Here is more information on the scheduling syntax.

  • Fixed an issue with SQLite.
    An issue where the value columns not loading in SQLite has been addressed.