-
-
Notifications
You must be signed in to change notification settings - Fork 33
Support interval type #86
Copy link
Copy link
Open
Labels
type requestA request to add support for a PG typeA request to add support for a PG type
Metadata
Metadata
Assignees
Labels
type requestA request to add support for a PG typeA request to add support for a PG type
Now that we have
gleam_timeSquirrel could support theintervaltype by converting to and from microseconds, which is the resolution at which Postgres stores intervals.This might require a new
microsecondsfunction ingleam/time/duration, but I wanted to get your opinion on supportingintervalbefore I open an issue (so we have a use case I can point to).