elixlsx v0.2.0 Elixlsx.Compiler.DBUtil
Generic functions for the Compiler.*DB modules.
Summary
Functions
return the ID for an object in the database
If the value does not exist in the database, return
the tuple {dict, nextid} unmodified. Otherwise,
returns a tuple {dict’, nextid+1}, where dict’
is the dictionary with the new element inserted
(with id nextid
)
Types
Functions
return the ID for an object in the database
If the value does not exist in the database, return
the tuple {dict, nextid} unmodified. Otherwise,
returns a tuple {dict’, nextid+1}, where dict’
is the dictionary with the new element inserted
(with id nextid
)