A non-exhaustive list of database things I want to abstract away using AI, and never do myself, ever again:
- create tables using SQL or a UI (natural language only)
- create views
- add and update columns
- write RLS policies
- optimize queries / add indexes
- write select queries
- many more things, probably