Hacker News new | ask | show | jobs
by PaulHoule 2560 days ago
My definition of a good database design is that it models the domain well and will be flexible to support the user experience that you want.

The one constant is that your idea of the ideal user experience will change -- changing the database design is expensive once you have data in it, so you want to design it so future changes won't be hard.

I take inspiration these days from Ruby on Rails and Lotus Notes; in fact I am working on a "Lotus Notes in the Age of A.I." using arangodb as a back end and python asyncio on the front.