Database
The database section currently only covers one server side function, this will be added too as time progresses.
Functions
generate_unique_id
Generates a unique ID by concatenating a prefix with a randomly generated string. Checks the uniqueness of the ID in the specified database table and column or if a JSON path is provided, it checks within the JSON structure in the specified column. This is particularly useful for things like unique passport ID's, licence ID's etc.
Last updated