Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 591 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 591 Bytes

SQLite & undo/redo

Cirrus CI build status

This repository contains code examples written in various programming languages that show how to implement undo/redo logic using SQLite. These examples are derived from the example code provided on the page "Automatic Undo/Redo Using SQLite" from the SQLite website.