SQLite Asset - CSV
Easily import ".csv" files as read-only SQLite database assets.
com.gilzoide.sqlite-asset.csv 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/csv.git README Markdown
Copy this to your project's README.md
## Installation
Add **SQLite Asset - CSV** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/csv.git
```
[](https://www.pkglnk.dev/pkg/csv)Dependencies (2)
README
SQLite Asset - CSV
Warning: this package is deprecated, since SQLite-net incorporated the functionality of this package.
Easily import ".csv" files as read-only SQLite database assets.
Features
- Import CSV files as SQLite database assets by changing the importer to
Gilzoide.SqliteAsset.Csv.SqliteAssetCsvImporterin the Inspector. SQLiteConnection.ImportCsvToTableextension method for importing a CSV data stream as a new table inside the database.
Dependencies
- SQLite-net: library for managing SQLite databases
- SQLite Asset: read-only SQLite database assets for Unity
How to install
Either:
- Use the openupm registry and install this package using the openupm-cli:
openupm add com.gilzoide.sqlite-asset.csv - Install using the Unity Package Manager with the following URL:
https://github.com/gilzoide/unity-sqlite-asset-csv.git#1.0.0-preview2 - Clone this repository or download a snapshot of it directly inside your project's
AssetsorPackagesfolder.
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In