Handbook
Glossary
gdbm-insert ( key content -- )
GNU Database Manager
Prev:
with-gdbm ( gdbm quot -- )
Next:
gdbm-exists? ( key -- ? )
Vocabulary
gdbm
Inputs
key
an
object
content
an
object
Outputs
None
Word description
Inserts record into the database. Throws an error if the key already exists.
Definition
USING:
gdbm.ffi
gdbm.private
;
IN:
gdbm
:
gdbm-insert
( key content -- )
GDBM_INSERT
gdbm-store
;