-
Database Designer Video!
03/27/2025 at 00:55 • 0 comments -
Part 1 - Fixing Up The Preexisting Code
03/06/2025 at 01:43 • 0 commentsSo. I ended up making a large amount of code in the format shown below
![]()
This would create the SQL file from text. Atop this, the below code
![]()
Would create the documentation required for the database. Pretty good!; i've made over 3.5k lines for a database preset sing this! However, this code is the new issue;
![]()
I made a function which allows me to create tables much more cleanly, but this means throwing away all the work I already did in favor of the new function. Still, i'm all for progress so this is what i'm doing! I estimate it'll take 2 to 3 days to setup but I do think it's worth it in the long run! When it's all put together i'll give a more formal introduction.
WalkerDev

