postgresql-to-sqlite
postgresql-to-sqlite copied to clipboard
Typed column
Hello,
I saw your answer in issue https://github.com/caiiiycuk/postgresql-to-sqlite/issues/12
I would like to know if it would be possible to add a type mapping function in order to end up with typed column in the sqlite file. Especially for dates, I use datetime type and having pure number / text is not really the same. What would be your feedback on that ? Would it be possible / easy ?
I imagine something like java pg2sqlite -m mapping.yaml
Regards