Create README.md
1 parent b05b5ef commit e23c4a350d8ea502e26d7ae824f3c6fb1cc33bcc
@John Pearcey John Pearcey authored on 3 Aug
GitHub committed on 3 Aug
Showing 1 changed file
View
6
README.md 0 → 100644
# `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.