SQL adaptation guide For SQLite 3.5.x, 3.6.x / Database concepts |
Informix® supports database users that must be explicitly declared to the database by granting privileges.
SQLite does not have the database users concept. However, the operating system user must have read/write access to the database file.
SQLite is mainly designed for single-user applications.