Skip to content

Tasty.SQLiteManager

Raphael Winkler edited this page May 29, 2022 · 8 revisions

Custom SQLite API which handles communication between database and application. Allows to create databases and INSERT, UPDATE, and DELETE rows into tables. Also contains methods to allow ALTER TABLE, as SQLite doesn't support it by default. (System.Data.SQLite.Core 1.0.113.1 or higher)

Since version 2.0.0.1 introduces a brand-new pipeline for setting up the database structure and some breaking changes, this wiki is split into two variants:

SQLiteManager 2.0.0 and up

SQLiteManager 1.0.3 and below:


Next up: Getting started

Clone this wiki locally