DEV Community

Discussion on: How to test database interactions in golang applications

Collapse
 
ksbeasle profile image
Kahlil Beasley

Hi, quick question what is the point of ^ and * for your ^SELECT (.+) FROM menu_link_content_data* ?

Collapse
 
glaucoleme profile image
Glauco Leme

It's a regex expression for validate incoming query.