clsource Posted February 20, 2022 Posted February 20, 2022 I found this nice tool that helps generating SQL and diagrams https://www.dbml.org/home/#intro Example Table makers { id int [pk, increment] name varchar(100) } Table cars { id int [pk, increment] maker int [ref: > makers.id] // # one maker -> * cars model varchar(100) about varchar(100) image_url varchar } Maybe useful for ProcessWire site planification too ? 4
bernhard Posted February 21, 2022 Posted February 21, 2022 Same idea, but personally I've never used it or seen anybody using it here on the forum ? 3
Recommended Posts