I'm a beginner when it comes to databases and have been reading through the SQLite3 documentation. However, I can't find the answer to the following:
Is it possible to create a SQLite3 database table that has some read-only fields (i.e. not the whole of the table is read-only)?. I know I can stop people writing to the fields via some extra code, but I was wondering if can define a constraint or something similar.
Thanks!