|
|
|
|
|
by aabbcc1241
1525 days ago
|
|
A small project [1] that I use often on projects and teaching is a text-based ERD editor. Being text-based means I can write it with minimal tooling (with vim or vscode) and in git-friendly format. Since the students (and myself) requested more functions, I keep enhancing it occupationally but it is already useful since day-1 :) I think the key motivation is being able to see the actual users (ideally also being the active user yousrelf) https://erd.surge.sh/ |
|