sunkarapk / nosqlite

human readable nosql type filesystem json store
MIT License
31 stars 6 forks source link

support glob-style patterns?? #1

Open cocodrino opened 11 years ago

cocodrino commented 11 years ago

Hi!!..I'm using redis for a small app,,,now but I need a db which can be embedded...I'm using a lot glob-style patterns like:

h?llo matches hello, hallo and hxllo h*llo matches hllo and heeeello h[ae]llo matches hello and hallo, but not hillo

nosqlite support it?? how fast is it?...thanks!!!!......

pksunkara commented 11 years ago

No, it doesnt support it :(

But I will keep it in mind.