LATEST TRANSMISSIONS
ENCRYPTED // PUBLIC KEY DETECTED
FILTER: TAG [KnexJS]
ONLINE
// Z.SHINCHVEN
Remove Duplicate Entries Using KnexJS
I accidentally created duplicate entries in my database, so I wrote a function to remove them. The MySQl database connector I use frequently is KnexJS. Here's how I did it: const removeDuplicateEntrie…