SQLite Database File

icon
ファイルの拡張子:.sqlite
ディベロッパー:SQLite
ビュー:61303
アップデート:2011-01-28 16:57:33
Hex:53 51 4C 69 74 65 20 66 6F 72 6D 61 74 20 33
ASCII:SQLite format 3

説明書

SQLite is a in process library that is used to implement self contained, serverless, zero configuration and transactional SQL databases.SQlite is is an embedded database engine that does not have separate server processes and is able to read and write to ordinary disc files.

It is possible on a single disc file to have a complete SQL database including multiple tables, indices, triggers and views as well as supporting cross platform use.

Database files that have been created using SQLite have the file extension .sqlite and are normally formatted in table format.


この種類のファイルをあけるプログラム

  » SQLite