Hey! I was wondering what an idiomatic way to query a DB using regex is! (If there even is one, and if there isn't how to effectively emulate the functionality)
n
Nurul
04/05/2022, 8:25 AM
Hey 👋
What is your exact use case?
You can always use Raw Queries to execute SQL statements which will directly be passed to the database.
k
Kid Coder
04/06/2022, 1:50 AM
I'm maintaining a social service for developers and wish to allow one to search for other members using a regex expression