onyxframework / sql

A delightful SQL ORM ☺️
https://api.onyxframework.com/sql
MIT License
91 stars 7 forks source link

Add Time::Span converters #80

Open vladfaust opened 5 years ago

vladfaust commented 5 years ago

In fact, methods time spans are stored can be different, e.g. seconds, milliseconds or even %H:%m format. Maybe some specific converters can work, for example, SQLite3::Converters::Time::Span::Second?