Jane.T

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

About SQLite:

SQLite is an embedded SQL database engine. It reads and writes directly to disk files which contain all information about the database.

The database file format is cross-platform-you can freely copy a database between 32-bit and 64-bit systems.

SQLite is a compact library. With all features enabled, the library size can be less than 300kib, depending on compiler optimization settings.Nevertheless, performance is usually quite good even in low-memory environments.

posted on 2011-03-25 17:50  Jane.T  阅读(168)  评论(0)    收藏  举报