ecto_interval
ecto_interval copied to clipboard
Interval type for Ecto, currently only implemented for PostgreSQL, other database PR's are welcome.
Results
3
ecto_interval issues
Sort by
recently updated
recently updated
newest added
The same thing as #10 again, for the new `postgrex` released some days ago. To me everything seems to be compatible, I have installed the package from the fork into...
At the moment string formatting isn't always the most helpful: ```elixir iex(34)> to_string(%Interval{months: 1, days: 2, secs: 3665}) "Every 1 months 2 days 3665 seconds" ``` I've come up with...