Free functions
| fill_with_zeroes | Fill the provided array with zeroes…. |
| get_single | — |
| get | Read a record from a table, with its ID and layout…. |
| set_single | — |
| delete_single | — |
| set | Write a record with its ID, layout and new value…. |
| delete | delete a record from a table with its ID and layout…. |
| set_array | Write a part of an array nested in value , delimited by an offset and a size…. |
| get_array | Read an array…. |