Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/track/sqlite-asset.git

README

SQLite Asset

openupm

Warning: this package is deprecated, since SQLite-net incorporated the functionality of this package.

Read-only SQLite database assets for Unity.

Automatically imports ".sqlite", ".sqlite2" and ".sqlite3" files as SQLite database assets.

Features

  • SqliteAsset: read-only SQLite database Unity assets.
    • Files with the extensions ".sqlite", ".sqlite2" and ".sqlite3" will be imported as SQLite database assets.
    • Use the CreateConnection() method for connecting to the database provided by the asset. Make sure to Dispose() of any connections you create.
    • SQLite assets may be loaded from Streaming Assets folder or from memory, depending on the value of their "Streaming Assets Path" property.
    • Warning: Android and WebGL platforms don't support loading SQLite databases from Streaming Assets and will always load them in memory.
  • SQLiteConnection.SerializeToAsset extension method for serializing a database to an instance of SqliteAsset.

Dependencies

  • SQLite-net: library for managing SQLite databases

Optional packages

How to install

Either:

  • Use the openupm registry and install this package using the openupm-cli:
    openupm add com.gilzoide.sqlite-asset
    
  • Install using the Unity Package Manager with the following URL:
    https://github.com/gilzoide/unity-sqlite-asset.git#1.0.0-preview2
    
  • Clone this repository or download a snapshot of it directly inside your project's Assets or Packages folder.

Credits

Total Installs
0
Last 30 days
Unique IPs
0
Approximate users

Installs Over Time

Operating Systems

No data yet

Top Countries

No data yet

Git Versions

No data yet

Embed Install Badge

Add an install count badge to your README

Style
Preview
pkglnk installs badge
Markdown
[![pkglnk installs](https://www.pkglnk.dev/badge/sqlite-asset.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/sqlite-asset)
HTML
<a href="https://www.pkglnk.dev/pkg/sqlite-asset"><img src="https://www.pkglnk.dev/badge/sqlite-asset.svg?style=pkglnk" alt="pkglnk installs"></a>

Comments

No comments yet. Be the first!