Add data model and structure for swift graph executor, rework create products to bem ore general
This commit is contained in:
@@ -14,6 +14,6 @@ async fn main() -> anyhow::Result<()> {
|
||||
.connect(&connection_string)
|
||||
.await?;
|
||||
|
||||
upload_to_db::upload_file_bulk(&pool, &"".to_owned(), &"".to_owned(), None, "".to_owned()).await?;
|
||||
// upload_to_db::upload_file_bulk(&pool, &"".to_owned(), &"".to_owned(), None, "".to_owned()).await?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user