Downloads

← Back SQLite for Editor
Version:
1.0 (latest)
Format:
Unity package
Dependencies:
BGDatabase, sqlite3.dll (native)

Description

This plugin adds support for data exchange between BGDatabase and SQLite database in Unity Editor.

Setup

  1. Download and install this plugin
  2. If you want to use SQLite, you probably already have sqlite.dll added to your project. If not, download sqlite3.dll for your OS and add it to your project. Make sure sqlite3.dll targets at least Unity Editor

    If you do not add sqlite3.dll, a DllNotFoundException will be thrown when you try to connect to a SQLite database

  3. Follow this guide to create a SQLite data source and job for data exchange
  4. Read this guide to learn about the available operations ofr SQLite database

Downloads

Click to see all releases
Release date Download
Oct 12, 2025 version 1.0
← Back to Downloads