db-to-sqlite icon indicating copy to clipboard operation
db-to-sqlite copied to clipboard

CLI tool for exporting tables or queries from any SQL database to a SQLite file

Results 23 db-to-sqlite issues
Sort by recently updated
recently updated
newest added
trafficstars

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

When there is no data in the table, the PRIMARY KEY is not copied into the sqlite database.

The --no_data [table name] argument will copy only the schema, but not any data for the named table. It works similar to the --skip argument in that it can be...