simonw / db-to-sqlite

CLI tool for exporting tables or queries from any SQL database to a SQLite file
Apache License 2.0
368 stars 28 forks source link

Feature Request: Translate Datetime to milliseconds since epoch #56

Open dahvid opened 4 months ago

dahvid commented 4 months ago

Translating from mssql the datetime fields get translated into text. I'd like, at least the option, to translate them into milliseconds since epoch.