开发者

sqlite usage and purpose

开发者 https://www.devze.com 2023-01-04 10:27 出处:网络
Could someone provide an examples about why sqlite db is needed and for which purposes, especially if it can be开发者_开发技巧 used by security application?There\'s a document on their homepage: Appro

Could someone provide an examples about why sqlite db is needed and for which purposes, especially if it can be开发者_开发技巧 used by security application?


There's a document on their homepage: Appropriate Uses For SQLite


SQLite is a very small database system. It provides database functionality to things that typically weren't treated as databases, such as application settings.

Ruby on Rails uses SQLite (and certainly Django) for testing purposes before web applications are deployed in larger environments.

The iPhone uses SQLite to store application settings.

A SQLite database is stored on a file system as a single file. Moving a SQLite database is as simple as "mv" or drag & drop.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号