php-jsondb icon indicating copy to clipboard operation
php-jsondb copied to clipboard

A PHP Class that reads JSON file as a database. Use for sample DBs

Results 5 php-jsondb issues
Sort by recently updated
recently updated
newest added

Hi everyone, In JSONDB.php, it miss an exception if file is not writable : (line 216) $f = fopen( $this->file, 'w+' ); They miss also backslash for two "throw new...

When you try to update the array if you want to add new key to it it trows exception 'Update method has an off key', is there a way to...

Generate a unique ID when insert value

So far I don't see any measures to handle concurrent accesses from different clients to the same db file. Is this deliberate? Do you plan adding locked r/w access?