/sqlite-undoredo

How to implement undo/redo logic using SQLite

Primary LanguagePythonApache License 2.0Apache-2.0

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.