Stop writing CRUD for every feature, sometimes only READ is enough.
//ignore if your every module is highly scalable and highly secured.
In simple words, any feature which requires manual DB modifications should be like a Google sheet - Secure, share, real time collaboration, edit, delete, revision history so why not use google sheet as DB. We sync your sheets and keep in DB, you run SQL queries, build APIs over it.
Take some examples
You want to write some testimonials on a website - do you want to keep them in close DB which is not accessible to your marketing team?
Price list
Blocked keyword list, domain exception list to signup
Basic configuration file.
Add use cases (email ID, Website content, blocked keywords for spam filter)
Give power to client to make changes externally without accessing code or database