You are on page 1of 8

SQLite

What is SQLite?

Database engine software library


Self-contained Serverless Fast

Most widely deployed SQL database engine in the world.

Self Contained

No server No administer Embedded Stored in files on disk


Fewer protections

Dynamic Typing

Storage classes

Type affinity
Exception

Null Integer Real Text Blob

Primary key

Supported features

Most of SQL92 except:


RIGHT and FULL OUTER JOIN Full ALTER TABLE support

Only rename and add column

VIEWs in SQLite are read-only GRANT and REVOKE

License

In the Public Domain


Free to use Free to modify Free

Explicit license

$1000

Android

Built into the OS OS manages files Android requirements

Primary key Metadata

Questions

All the information on this presentation comes for the SQLite main page: http://www.sqlite.org/

You might also like