File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 2
2
## [ Unreleased] ( https://github.com/gilzoide/unity-sqlite-net/compare/1.2.4...HEAD )
3
3
### Added
4
4
- Support for encrypting / decrypting databases by using [ SQLite3 Multiple Ciphers] ( https://utelle.github.io/SQLite3MultipleCiphers/ ) implementation
5
+ - [ SQLiteAsset] ( Runtime/SQLiteAsset.cs ) : read-only SQLite database Unity assets.
6
+ Files with the extensions ".sqlite", ".sqlite2" and ".sqlite3" will be imported as SQLite database assets.
7
+ ".csv" files can be imported as SQLite database assets by changing the importer to ` SQLite.Editor.Csv.SQLiteAssetCsvImporter ` in the Inspector.
8
+ - ` SQLiteConnection.SerializeToAsset ` extension method for serializing a database to an instance of ` SQLiteAsset ` .
9
+ - ` SQLiteConnection.ImportCsvToTable ` extension method for importing a CSV text stream as a new table inside the database.
5
10
6
11
### Changed
7
12
- Update SQLite to 3.50.1
You can’t perform that action at this time.
0 commit comments