A library for persisting XML/HTML DOM to local file storage using memory caching and element level indexing

@John Pearcey John Pearcey authored on 3 Aug 2024
GitHub committed on 3 Aug 2024
LICENSE Initial commit 1 year ago
README.md Update README.md 1 year ago
README.md

dom-persist

This is a simple way of storing a DOM, either HTML or XML, into the Sqlite database using the D programming language. It provides a way to cache all DOM edits in RAM and only persist to the database when flush is called. This provides excellent performance and flexibility. DB storage is also at the element granularity providing indexing by ID.