thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.05k stars 525 forks source link

Clause LIKE #411

Open CoutinhoElias opened 2 years ago

CoutinhoElias commented 2 years ago

I would like to have the like clause similar to this SQL example: select * from house where child LIKE '%elias%'