Matches in climatepub4-kg for { <http://example.org/resource/37adee23-d239-4e1d-8ac8-1c7e26f36dc6> ?p ?o ?g. }
Showing items 1 to 7 of
7
with 100 items per page.
- 37adee23-d239-4e1d-8ac8-1c7e26f36dc6 definition "SQLite, version 3, is the file format used as the publicly documented native format for the SQLite database engine since June 2004. Software and associated documentation are available at https://www.sqlite.org/. The code, software, and accompanying documentation have been dedicated to the public domain. SQLite is an embedded SQL database engine that requires no configuration and reads and writes directly to ordinary disk files. A complete SQL database with tables, indexes, triggers, and views, is contained in a single disk file. The engine, and thus the file format, support a full-featured SQL implementation. The database file format, referred to here as 'SQLite_3', is cross-platform, transferable between 32-bit and 64-bit systems or between big-endian and little-endian architectures. These features make SQLite_3 a popular choice as an application file format. See Adoption under Sustainability Factors below for examples of the many operating systems and software applications in which it is distributed or used. SQLite is not directly comparable to client/server SQL database engines such as MySQL, Oracle, PostgreSQL, or SQL Server. They are designed to implement a shared repository of enterprise data; SQLite is designed to provide local data storage for individual applications. See Appropriate Uses For SQLite for more detail on when SQLite is appropriate and examples of when a client/server SQL database engine would be more appropriate. The main SQLite_3 database file consists of one or more pages. All pages within the same database are the same size. The size of a page in bytes is a power of two between 512 and 65536 inclusive. The page size for a database file is indicated by the 2-byte integer located at an offset of 16 bytes from the beginning of the database file. The theoretical maximum size for an SQLite_3 database file is about 140 terabytes; typically, the file size limit of the underlying filesystem or hardware is the practical constraint. The smallest SQLite_3 database is a single 512-byte page." @default.
- 37adee23-d239-4e1d-8ac8-1c7e26f36dc6 id "1659494" @default.
- 37adee23-d239-4e1d-8ac8-1c7e26f36dc6 path_id 8e770fe1-6e82-43aa-9f8a-75d217d7e6cb @default.
- 37adee23-d239-4e1d-8ac8-1c7e26f36dc6 path_label "Data Format" @default.
- 37adee23-d239-4e1d-8ac8-1c7e26f36dc6 prefLabel "SQLite" @default.
- 37adee23-d239-4e1d-8ac8-1c7e26f36dc6 reference "https://www.loc.gov/preservation/digital/formats/fdd/fdd000461.shtml" @default.
- 37adee23-d239-4e1d-8ac8-1c7e26f36dc6 tag "Data Format" @default.