SQLite Database SQLITE3: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == TLD == * ''' Format Type ''': Database <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature ''...") |
imported>Ikskoks |
||
| Line 37: | Line 37: | ||
* SQLiteStudio | * SQLiteStudio | ||
=== See Also === | |||
* [https://www.sqlite.org/fileformat.html SQLite Database file format (sqlite.org)] | |||
<br/><br> | <br/><br> | ||
Revision as of 17:23, 5 February 2022
Back to index | Edit this page
TLD
- 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:
- ArcheAge Online (*.sqlite3)
Compatible Programs
- SQLiteStudio
See Also