[FLOW3-general] Use files as PersistenceBackend
Christian Müller
christian.mueller at typo3.org
Thu Feb 7 08:46:47 CET 2013
If you really want to have plain files, no there isn't. Problem with
that is associations, but if you don't have a lot of them it could work.
Alternatively you could try using sqlight db which uses a very simple
file backend and can be used on almost any php enabled host. If you want
to write your own persistence backend get in touch, I don't have need
for it but it would be interesting to see.
Cheers,
Christian
On 07.02.13 00:40, Daniel Siepmann wrote:
> Hey all,
>
> a Friend and me want to build a small app.
> It should use the file system to store all objects.
>
> We didn't found any PersistenceBackend for the file system.
> How difficult would it be to implement such a backend?
> E.g. to store all objects as json or csv format in files?
> Or is there alredy such a persistence backend?
>
> Best regards,
> Daniel
>
More information about the FLOW3-general
mailing list