|
|
|
|
|
by scotty79
462 days ago
|
|
I think that's the main issue. It's not enough to have a database that can automatically sync between frontend and backend. It would also need to be complex enough to keep some logic just on the backend (because you don't want to reveal it and entrust adherence to the client) and reject some changes done on frontend if they are invalid. Database would become the app itself. |
|
I used to work for Oracle but never liked that approach.