SQL adaptation guide for SQLite 3.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.