📄️ Get Keys Function
The getKeys function in SwartzDB allows users to retrieve all unique keys (columns) present in a database file, even if some columns exist only in specific records.
📄️ Encall Function
The encall function in SwartzDB allows users to encrypt a pre-existing JSON file and convert it into a secure .sdb database file.
📄️ Decall Function
The decall function in SwartzDB is used to decrypt an .sdb database file and convert it back into a readable JSON file.
📄️ IDgen Function
The idgen function is a simple and efficient way to generate random IDs, making it useful for creating unique object IDs for each row in a database.