eloquent-driver icon indicating copy to clipboard operation
eloquent-driver copied to clipboard

Provides support for storing your Statamic data in a database, rather than flat files.

Results 60 eloquent-driver issues
Sort by recently updated
recently updated
newest added

I have a structured collection built out in flat files, but when running the navs importer the tree data is lost.

Hi , when you post a submission , created_at is null. I made this pr to fix it : #60

This goes some of the way to resolving issue #43 in that it preserves the order, however if we're using incrementing IDs then ordering will fail once IDs hit double...

fixes https://github.com/statamic/eloquent-driver/issues/67

#### Description When using Postgres, the following error will be thrown when trying to create a new entry: ``` SQLSTATE[23502]: Not null violation: 7 ERROR: null value in column "id"...

#### Description If you are editing an entry, save it and try to get a new instance with the `fresh()` method you will get the outdated entry back. #### Example...

Noticed this was missing while working on #57