Morris Brodersen
Morris Brodersen
API-wise, I believe discovery should be more like `$db->discover( $options )` which would figure out the columns and set them using the existing API. This way you can combine discovery...
@rickerd would you mind looking into this?
@rickerd
Also see https://github.com/sdugene/microdb
See #15
No, not currently. I think https://github.com/mscdex/ssh2-streams would provide most of the functionality, so maybe an abstraction of FTP/SFTP inside of vinyl-ftp is viable. However, I think this should go in...
cool!!
Could you add tests to verify this works? I'm unsure if the date arithmetic will work. `getHours() - 1` especially has a few edge cases. Thanks!
What happens for date.getHours() === 0? Then obj.date = date.setHours(-1)? If you can provide a test I'd be happy to merge :)