2013-05-01 21:49:27 +02:00
|
|
|
# This file contains suggested magic(5) text for the unix file(1)
|
|
|
|
# utility for recognizing SQLite3 databases.
|
|
|
|
#
|
|
|
|
# When SQLite is used as an application file format, it is desirable to
|
|
|
|
# have file(1) recognize the database file as being with the specific
|
|
|
|
# application. You can set the application_id for a database file
|
|
|
|
# using:
|
|
|
|
#
|
|
|
|
# PRAGMA application_id = INTEGER;
|
|
|
|
#
|
|
|
|
# INTEGER can be any signed 32-bit integer. That integer is written as
|
2022-10-20 20:58:14 +02:00
|
|
|
# a 4-byte big-endian integer into offset 68 of the database header.
|
2013-05-01 21:49:27 +02:00
|
|
|
#
|
|
|
|
# The Monotone application used "PRAGMA user_version=1598903374;" to set
|
|
|
|
# its identifier long before "PRAGMA application_id" became available.
|
|
|
|
# The user_version is very similar to application_id except that it is
|
2022-10-20 20:58:14 +02:00
|
|
|
# stored at offset 60 instead of offset 68. The application_id pragma
|
2013-05-01 22:40:46 +02:00
|
|
|
# is preferred. The rule using offset 60 for Monotone is for historical
|
|
|
|
# compatibility only.
|
2013-05-01 21:49:27 +02:00
|
|
|
#
|
|
|
|
0 string =SQLite\ format\ 3
|
2022-10-20 20:58:14 +02:00
|
|
|
>68 belong =0x0f055112 Fossil checkout -
|
|
|
|
>68 belong =0x0f055113 Fossil global configuration -
|
2013-05-23 22:52:16 +02:00
|
|
|
>68 belong =0x0f055111 Fossil repository -
|
2013-05-03 22:08:16 +02:00
|
|
|
>68 belong =0x42654462 Bentley Systems BeSQLite Database -
|
|
|
|
>68 belong =0x42654c6e Bentley Systems Localization File -
|
2013-05-01 22:36:23 +02:00
|
|
|
>60 belong =0x5f4d544e Monotone source repository -
|
2013-05-23 22:52:16 +02:00
|
|
|
>68 belong =0x47504b47 OGC GeoPackage file -
|
2013-10-14 12:46:05 +02:00
|
|
|
>68 belong =0x47503130 OGC GeoPackage version 1.0 file -
|
2013-10-30 04:25:45 +01:00
|
|
|
>68 belong =0x45737269 Esri Spatially-Enabled Database -
|
2014-06-16 20:17:21 +02:00
|
|
|
>68 belong =0x4d504258 MBTiles tileset -
|
2022-10-20 20:58:14 +02:00
|
|
|
>68 belong =0x6a035744 TeXnicard card database
|
2013-05-01 22:36:23 +02:00
|
|
|
>0 string =SQLite SQLite3 database
|