silverstripe-jsontext
silverstripe-jsontext copied to clipboard
JSON storage and querying
We're using an ancient version of ``phpunit/phpunit` latest is 9.x AFAIK, let's upgrade to that.
I have submitted a [PR to the silverstripe/silverstripe-postgresql repo](https://github.com/silverstripe/silverstripe-postgresql/pull/118) to enable support for jsonb columns in the database, with hopes that this can be utilized by this module to facilitate...
It would be great to have a way to build sets of fields in the settings tab, for use in the CMS - thus allowing admins to specify fields to...
Using the postgres JSON query syntax the package supports `#>`, `->>` etc, add the ability for developers to query using the ORM via `SQLSelect::addWhere()`
Hi there, may i ask if you could loosen the php constraints ( at the moment >=5.4,
Use https://github.com/nathancox/silverstripe-codeeditorfield for editing JSON data via a `TextField` replacement.