A RAD tool inspired by the likes of Cambalache and Gaphor and also built in GTK4. It was made for the Merise methodology of building databases.
Before building, ensure you have the following dependencies installed (how, I don't care, they just need to be installed on your system) :
Then, clone this repository. Next, run one of these commands (as of now, directory creation isn't handled, this is still in progress) :
sudo just mkProd # if you have the just command installed
meson setup build --prefix=~./local && meson install -C build