Skip to content

SQLite

SQLite is a fast, file-based database. It does not require a background server process, making it incredibly lightweight and portable.

In Kythia Workspace, you do not need to install a standalone SQLite server.

  1. Go to Databases -> SQLite
  2. Use the interface to create, manage, and delete .sqlite database files directly from the Kythia UI.

All your managed SQLite database files are stored centrally at:

C:\kythia\data\sqlite\

You can connect to these files using any standard database client (like DBeaver or DataGrip) or directly from your application’s connection string by pointing to the absolute path of the file.