Hey! I was wondering what an idiomatic way to quer...
# orm-help
k
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
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
I'm maintaining a social service for developers and wish to allow one to search for other members using a regex expression