From 6d31776b9027b6e9e120c8e762812808794da749 Mon Sep 17 00:00:00 2001 From: askdkc Date: Mon, 30 Jan 2023 10:25:00 +0900 Subject: [PATCH 1/2] Update README-ja.md --- README-ja.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README-ja.md b/README-ja.md index 4ad0fdf..2f7d41a 100644 --- a/README-ja.md +++ b/README-ja.md @@ -33,6 +33,11 @@ __Livewire CSV__ はLaravel [Livewire](https://laravel-livewire.com)を使って ![csvimport](https://user-images.githubusercontent.com/7894265/197446673-b9d4a151-7dc5-4763-a49b-eeb6eb0edd90.gif) +> **ワンポイントアドバイス:** +> +> このパッケージはDBの`upsert`機能を使ってデータを更新します
+> 詳しくは[CSV Importerコンポーネントについて](#csv-importerコンポーネントについて)を参照願います🫡 + ## インストール方法 From 56d889270fcb0534b4b6491a071528da3ed1dc1e Mon Sep 17 00:00:00 2001 From: askdkc Date: Mon, 30 Jan 2023 10:30:16 +0900 Subject: [PATCH 2/2] Add note about upsert command --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b054620..d927758 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ __Livewire CSV__ Package is a package created on top of Laravel [livewire](https ![csvimport](https://user-images.githubusercontent.com/7894265/197446526-dea415cb-eca9-4b3e-bd37-d4ea53ea5ed4.gif) +> **Note:** +> +> This package uses database `UPSERT` command behind to update (or create) your data.
+> Please refere to [CSV Importer Component](#csv-importer-component) for detailed description 🫡 ## Installation