-2

I want to save the data of an in-memory sqlite database to a PostgreSQL database, without first having to create a file in the local filesystem. Is there any language (and library) this is possible with, without having to interface with sqlite itself in c? Go would have been my choice, but I do not see how it would be possible in any Go sqlite library.

0 Answers0