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 22## [ Unreleased] ( https://github.com/gilzoide/unity-sqlite-net/compare/1.2.4...HEAD )  
33### Added  
44-  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.
510
611### Changed  
712-  Update SQLite to 3.50.1
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments