eloquent-driver
eloquent-driver copied to clipboard
Provides support for storing your Statamic data in a database, rather than flat files.
I try to load a page and the associated taxonomies terms of it but the problem is that extra queries are being done. I am using Statamic multisite. I would...
This pull request makes the Eloquent Driver compatible with Statamic 5, in addition to refreshing the docs & various other improvements. ## Changes * Refreshed the docs ✍️ * https://github.com/statamic/eloquent-driver/pull/254...
This is a WIP. This PR makes it possible to store the contents of `data` handles in alternative columns in your database, eg you may want to store `my_key` in...
Thread on discord for context: https://discord.com/channels/489818810157891584/1228264236191322193 It would be nice to allow Entries (at least) to specify columns they want to save data to for indexing, eg you may want...
I have a Landingpage with 4 Entries - nothing else. A Author is linked, also a Category and Image. The problem I am facing is that a looooot of queries...
### Bug description When using eloquent driver, the form input options are stored as JSON data, which doesn't allow for specific ordering. Options should be stored in an array to...
### Bug description Hey, I've gotten a site for a customer running Statamic 4 and Statamic eloquent driver. The site has been migrated from a Statamic 3 with Statamic eloquent...
Obviously a luxury-end feature request, but it'd be really handy! At the moment, if a data type (eg users) is moved from static files to the database, and then the...
This PR provides a config option to reference assets by their model id, instead of their path, so in your entry data they would be stored as `container_handle::model_id` instead of...