On 2 Sep 2013, at 1:17pm, itli...@schrievkrom.de wrote: > At university I learned, that a RDBMS also have these management > functionality like "user access", "user roles", "user password", access > restrictions ... and all that stuff.
Whoever told you that was wrong. The user model is not required for a RDBMS. The 'R' stands for 'relational' -- the sort of things SQLite implements with FOREIGN KEYS. A user model was assumed as part of Ted Codd's description of a 'proper' DBMS but he didn't require it, he only said that if you had a user model, the DBMS should let you manipulate it using data-base commands (i.e. users are entries in a table) rather than using a different system. > In my view, SQLite is a SQL engine .. that's it, but actually who cares about > that ? Only a teacher in a classroom. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users