IcaI
Convex Community2y ago
6 replies
Ica

import & export improvements

Suggestion about Database Import & Export. If I understood correctly from the documentation, at the moment you can only export the entire schema. It could be nice to have a utility like Data Pump from Oracle. It gives you the ability to export certain tables, with data or just metadata (not sure how useful this part might be). Also, you can specify certain queries: for example, if I only want to export some of the data and not all I can do that. Another cool feature is that it allows you to import in a different table. (ex. you export from a environment from a Table_1 , and you can import the data in Table_2).
Was this page helpful?