SQLite Database File
|
副檔名: | .sqlite |
開發者: | SQLite |
瀏覽次數: | 62149 |
更新: | 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.