• support[@]kurinchilion.com
  • +1 (888) 666-4252

Tags

Random UUID values not getting generated with uuidv4 npm module

Jun 15, 2023 - by kurinchilamp / Javascript / Post Comment
Install the below npm modules $ yarn add uuid react-natie-get-random-values Add in these below imports to your code import { v4 as uuid } from 'uuid'; import 'react-native-get-random-values'; Print the uuid value now console.log(uuid())
Continue Reading

PostgreSQL: uuid_generate fails

Dec 18, 2022 - by kurinchilamp / / Post Comment
i) If you are using pgadmin or any other psql client, make sure that the path to psql bin directory is correctly set under the client's preference In pgAdmin4, it is File > Preference > Path > Binary Path ii) Execute the below command if the extension is available but is not installed db=# > \c <DATABASE> db=# > CREATE EXTENSION IF NOT EXISTS "uuid-ossp";  
Continue Reading

GUID: Meaning and its application

Nov 19, 2009 - by kurinchilamp / MySql / Post Comment
GUID stands for "Global Unique Identifier" and is a term usually referring to Microsoft's implementation of unique identity number (in a distributed environment) that it generates to identify different entities such documents, COM's, DLL's, interfaces, records, and other objects. It is also known as UUID - Universal Unique Identifier interchangeably. GUID implemenation is a 128 bit (16 byte) value consisting of sets of hexadecimal digits separated by hyphens. As the total number of unique keys is large the probability of two numbers being the same is very small. The AutoNumber datatype in MS-Access and the Identity datatype in SQL Server is a GUID implementation. (more…)
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.