fr-ser / grafana-sqlite-datasource

Grafana Plugin to enable SQLite as a Datasource
Apache License 2.0
124 stars 17 forks source link

feat: Support subsecond precision for unit time #66

Closed fr-ser closed 2 years ago

fr-ser commented 2 years ago

When using numeric values for timestamp in SQLite (unix timestamp) the plugin now supports precision below the second (e.g. milliseconds)

Should solve: https://github.com/fr-ser/grafana-sqlite-datasource/issues/47