Hello,
I saw your answer in issue #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
Hello,
I saw your answer in issue #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