v_is_empty_value
Simple checker functions for empty values. Can check if a value is empty or not. [ isEmpty(val) / isNotEmpty(val) ]
v_database
v_database is a small/basic database solution that utilizes filesystem to manipulate database
v_to_sha256
Generates sha256 hash value from a provided string or returns false in case of an error.
v_core_cache
Simple JavaScript Cache with expires/ttl and auto cleanups for Node and Web Application.
v_to_md5
🔄 Generates MD5 hash value from a provided string or returns false in case of an error. Simple generator using Crypto.