TempusSQL

Ecto/SQL backend to use with Tempus library
Installation
def deps do
[
{:tempus_sql, "~> 1.0"}
]
end
Setup & Migrations
- For new installations:
$ mix tempus.gen.postgres.tempus_slot
- For upgrading existing databases to 1.0 (adds
from_openandto_openattributes):$ mix tempus.gen.postgres.update_tempus_slot
See MIGRATION.md for detailed migration instructions.
Changelog
1.0.0-rc.0— Support for half-open boundaries and boundary flags (from_open/to_open) inTempus.Slot, 4-tuple Postgres composite type,slot_from_open/slot_to_openquery helpers, and automated migration task.0.10.0— version numbers correspond toTempusitself0.1.0— initial version,Tempus.Ecto.Query.API.started_after/2