Plato lets you secure your data with a simple locking feature that marks data as read-only. You can lock data at the database, table, and column levels.
After you connect a new database, it is locked by default.
To unlock a database:
If a database is locked, all of its tables are also locked. To unlock a table, you must first unlock its database.
Once you unlock the database, you can lock specific tables. To lock a table:
A note on joins: if you expand a linked record column, the columns of its target table will be editable if and only if the base table is unlocked. In other words, the lock state of the joined table is determined by the lock state of the base table.
If a table is locked, all of its columns are also locked. To unlock a column, you must first unlock its table.
Once a table is unlocked, you can lock specific columns. To lock a column:
Plato provides a builtin way to secure your data via a simple feature called locking. Users in Plato cannot write to a locked database or table. If a database is locked, all of its tables are also locked.
New databases connected to Plato are locked by default.