simonw / db-to-sqlite

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

Feature Request: Translate Datetime to milliseconds since epoch #56

Open dahvid opened 6 months ago

dahvid commented 6 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.