summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schneider2012-05-25 09:34:35 +0000
committerChristian Schneider2012-05-25 09:34:35 +0000
commit34ce80f4ecb285c9fc453fc83819168c3b870507 (patch)
tree4ae6487a3ad9157006aca0cff340e29645d1667c
parent9e6fae7fe16c4b73f1b8a63d602d2f47f9b9d74e (diff)
downloaditools-34ce80f4ecb285c9fc453fc83819168c3b870507.tar.gz
itools-34ce80f4ecb285c9fc453fc83819168c3b870507.tar.bz2
itools-34ce80f4ecb285c9fc453fc83819168c3b870507.zip
Added it_dbi::store to README
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 62a2564..bbf3d3f 100644
--- a/README
+++ b/README
@@ -88,6 +88,7 @@ Functions:
$t = new Tablename($query) -- return a dbi object, executes optional select
$t->select($query) -- read first result of (encoded) query into t.
$t->iterate() -- advance to next result
+ $t->store($fields) -- Update a record (efficiently) or create it if missing
$t->update($fields) -- update selected record from key=>value pairs
$t->insert($fields) -- insert a new record from key=>value pairs
$t->replace($fields) -- replace a new record from key=>value pairs