LibreBase User Permissions

In LibreBase is it possible for each user that accesses my database to have their own login and password.
I am needing this for different level employees to be able to access different areas of the database.

Hi @flashbangpro,

If you need user access control to your database, it might make the most sense to store your database on a remote server and give your different employees different login credentials for the database. This is pretty easy to do in MySQL, PostgreSQL, etc…

For example, here are some notes on MySQL account creation: