Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Coming soon! N2CMS supports storing your data as loose XML files on disk. This avoids the need to load any database drivers, which in some cases can reduce your site's memory footprint and improve performance.

<n2>
Code Block
languagexml
<n2>
    <database flavour="Xml" caching="true"></database>
</n2>

...