SQLite Database SQLITE3: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 1: Line 1:
{{GRAFPageHeader}}
{{GRAFPageHeader}}
== SQLITE3 ==  
== SQLITE3, DB, S3DB ==  


* ''' Format Type ''':    Database <br>  
* ''' Format Type ''':    Database <br>  

Revision as of 16:03, 18 March 2022

Back to index | Edit this page

SQLITE3, DB, S3DB

  • Format Type : Database
  • Endian Order : Little Endian
  • Signature : SQLite format 3


Format Specifications

//header
16 bytes (char) - signature // "SQLite format 3"
2 bytes (uint16) - database page size
1 byte (uint8) - file format write version  // 1 or 2
1 byte (uint8) - file format read version  // 1 or 2


// TODO

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Games

List of games using this file format:

  • ANNO: Mutationem (*.db)
  • ArcheAge Online (*.sqlite3) (encrypted)
  • Matchmension: House of Mist (*.s3db)

Compatible Programs

  • SQLiteStudio

See Also

Gallery