Database users

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.

Solution

SQLite is mainly designed for single-user applications.