SleekDB Versions Save

Pure PHP NoSQL database with no dependency. Flat file, JSON based document database.

2.15

1 year ago

Changes from 2.14 to 2.15

  • ✨ Ability to set folder permissions

  • #220

2.14

1 year ago

Changes from 2.13 to 2.14

  • 🚨 Fixed bug regarding internal escaping when using LIKE and NOT LIKE #242

  • 🌈 New ability to escape wildcards

2.13

2 years ago

Changes from 2.12 to 2.13

  • ✨ New EXISTS condition

    • With this new condition you can finally query for documents that contain or do not contain a specific field.

2.12.1

2 years ago

Fixed Bug where Query->update() did not return false if no results found.

2.12

2 years ago

Changes from 2.11 to 2.12

Issues

  • #205

2.11.1

2 years ago

Fixed permission check on Store initialization for read-only stores.

2.11

2 years ago

Changes from 2.10 to 2.11

  • ✨ New configuration option

    • Set "timeout" to false if you can't use or don't want to use set_time_limit() function.

2.10.2

2 years ago

Fixed bug where update() converted primary key to string automatically

  • #198

2.10.1

3 years ago

Fixed bug in cache token generation

  • Function string representation now include static scope variables.

    This is important for creating a different cache token, if the value of a variable in the static scope changes.

2.10

3 years ago

Changes from 2.9 to 2.10