https://github.com/am-kantox/tempus_sql
Ecto/SQL support for `Tempus`
https://github.com/am-kantox/tempus_sql
Last synced: 3 months ago
JSON representation
Ecto/SQL support for `Tempus`
- Host: GitHub
- URL: https://github.com/am-kantox/tempus_sql
- Owner: am-kantox
- License: other
- Created: 2023-04-13T04:23:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T16:01:02.000Z (4 months ago)
- Last Synced: 2024-12-13T17:30:18.649Z (4 months ago)
- Language: Elixir
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  TempusSQL [](https://kantox.com/)  
**Ecto/SQL backend to use with `Tempus` library**
## Installation
```elixir
def deps do
[
{:tempus_sql, "~> 0.1"}
]
end
```## Changelog
- **`0.10.0`** — version numbers correspond to `Tempus` itself
- **`0.1.0`** — initial version, `Tempus.Ecto.Query.API.started_after/2`## [Documentation](https://hexdocs.pm/tempus_sql)