ArrestDB
ArrestDB copied to clipboard
I would like to use databases with a hyphen in their name
Right now, it's not possible, because preg_match here:
- https://github.com/alixaxel/ArrestDB/blob/master/index.php#L491
won't allow "-" in db name.
This would be great to know on the readme...