SQLite Archive
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |extensions={{ext|sqlar}} |released=2014 }} '''SQLite Archive''' is a standard way to use an SQLite database file as ...") | |||
| Line 5: | Line 5: | ||
| |released=2014 | |released=2014 | ||
| }} | }} | ||
| − | '''SQLite Archive''' is a standard way to use an [[SQLite]] database file as an archiving format. Each member file's data may optionally be compressed with [[DEFLATE]]. | + | '''SQLite Archive''' is a standard way to use an [[SQLite]] database file as an archiving format. Each member file's data may optionally be compressed with [[DEFLATE]] ([[zlib]] format). | 
| == Software == | == Software == | ||
Latest revision as of 13:17, 15 August 2022
SQLite Archive is a standard way to use an SQLite database file as an archiving format. Each member file's data may optionally be compressed with DEFLATE (zlib format).

