docs: clarify upsert

This commit is contained in:
hackerESQ
2024-12-18 16:03:32 -06:00
parent 5a56790fd4
commit 8a43602363
+1 -1
View File
@@ -113,7 +113,7 @@ Investbrain includes a convenient feature which allows you to maintain the porta
### Import ### 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 ### Export