From 8a4360236387dc0bca51857c60bf2bdc185ce7d7 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Wed, 18 Dec 2024 16:03:32 -0600 Subject: [PATCH] docs: clarify upsert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17ce60a..019a7da 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Investbrain includes a convenient feature which allows you to maintain the porta ### Import -Imports are "upserted" to the database. If the record does not already exist in the database, the record will be created. However, when a portfolio or transaction exists (the record's ID matches an existing record), the record will be updated. This way, you can simultaneously create new records, but also bulk update records. +Imports are "upserted" to the database. If the record does not already exist in the database, the record will be created. However, when a portfolio or transaction exists (i.e. the record's ID matches an existing record), the record will be updated. This way, you can simultaneously create new records, but also bulk update records. ### Export