Multi-user database

Spring's multi-user database allows that two or more users to work safely at the same database simultaneuously. It allows groups of user to be responsible to database management.

At Spring, Database Engines that allow multi-user operations are: Oracle, Mysql, and PostgreSql. Database engine DBA is responsible to create a multi-user database. To access this database, SpringADM must create users and sets theirs access permissions. See how to create Workgroups and Users at Workgroup and User Management.

Security problems at a database occurs mainly due data concurrency, when, two or more users want to read, edit or modify the same data simultaneously. These are the main cases of data concurrency:

NOTE: Was added to Spring a button that allows reloading the project.


See also: