Is it possible to import csv from sql cell into DB table?

The sql cell is great for using select statement to export sql table into Pandas dataframe.
Is it also possible to use insert statement to insert csv file rows into sql database from sql cell in datalore notebook?

We are working on this new kind of cell which will allow to write dataframes into the existing SQL tables. It’s planned to be released in a couple of months.

I am really looking forward to this new cell type to allow DataFrames to be upserted into SQL tables.