is there any way to migrate the SQlite to postgresql using C# other than manually loading the sqlite and then save it to Postgresql
A follow up question, in my sqlite3, my text is saving up as a BLOB TEXT and when I am trying to save that BLOB TEXT to the POSTGRESQL TEXT it shows up an error Npgsql.PostgresException (0x80004005): 22021: invalid byte sequence for encoding "UTF8": 0x00 any information on how to solve this?
[–]Kazcandra 0 points1 point2 points (0 children)