What is the Golang equivalent to Laravel exists

What is the Golang equivalent to laravel “exist” in validator when trying to validate a record and checking whether the value exists in a certain table

Hello.

The equivalent is the raw query to a database.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.