Skip to content

Commit

Permalink
Add note about upsert command
Browse files Browse the repository at this point in the history
  • Loading branch information
askdkc authored Jan 30, 2023
1 parent 6d31776 commit 56d8892
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>
> Please refere to [CSV Importer Component](#csv-importer-component) for detailed description 🫡
## Installation

Expand Down

0 comments on commit 56d8892

Please sign in to comment.