TanmoySG / wunderDB

A micro JSON-based Data Store inspired by MongoDB.
http://wdb.tanmoysg.com/api/
Apache License 2.0
12 stars 0 forks source link

Safe Naming Convention #98

Closed TanmoySG closed 1 year ago

TanmoySG commented 1 year ago

RegEx Pattern Used (?misU)^[a-zA-Z0-9-_.@]+$

Closes #95